Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\map_in_map.c Create Date:2022-07-28 13:13:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_map_meta_equal

Proto:bool bpf_map_meta_equal(const struct bpf_map *meta0, const struct bpf_map *meta1)

Type:bool

Parameter:

TypeParameterName
const struct bpf_map *meta0
const struct bpf_map *meta1
80  Return map_type == map_type && key_size == key_size && value_size == value_size && map_flags == map_flags && max_entries == max_entries
Caller
NameDescribe
bpf_map_fd_get_ptr