Lines Matching defs:bpf_map_info
6438 struct bpf_map_info { struct
6439 __u32 type;
6440 __u32 id;
6441 __u32 key_size;
6442 __u32 value_size;
6443 __u32 max_entries;
6444 __u32 map_flags;
6445 char name[BPF_OBJ_NAME_LEN];
6446 __u32 ifindex;
6447 __u32 btf_vmlinux_value_type_id;
6448 __u64 netns_dev;
6449 __u64 netns_ino;
6450 __u32 btf_id;
6451 __u32 btf_key_type_id;
6452 __u32 btf_value_type_id;
6454 __u64 map_extra;