Lines Matching defs:bpf_map_info
5811 struct bpf_map_info { struct
5812 __u32 type;
5813 __u32 id;
5814 __u32 key_size;
5815 __u32 value_size;
5816 __u32 max_entries;
5817 __u32 map_flags;
5818 char name[BPF_OBJ_NAME_LEN];
5819 __u32 ifindex;
5820 __u32 btf_vmlinux_value_type_id;
5821 __u64 netns_dev;
5822 __u64 netns_ino;
5823 __u32 btf_id;
5824 __u32 btf_key_type_id;
5825 __u32 btf_value_type_id;
5827 __u64 map_extra;