Lines Matching defs:bpf_map_info
6207 struct bpf_map_info { struct
6208 __u32 type;
6209 __u32 id;
6210 __u32 key_size;
6211 __u32 value_size;
6212 __u32 max_entries;
6213 __u32 map_flags;
6214 char name[BPF_OBJ_NAME_LEN];
6215 __u32 ifindex;
6216 __u32 btf_vmlinux_value_type_id;
6217 __u64 netns_dev;
6218 __u64 netns_ino;
6219 __u32 btf_id;
6220 __u32 btf_key_type_id;
6221 __u32 btf_value_type_id;
6223 __u64 map_extra;