Lines Matching defs:bpf_map_info
6475 struct bpf_map_info { struct
6476 __u32 type;
6477 __u32 id;
6478 __u32 key_size;
6479 __u32 value_size;
6480 __u32 max_entries;
6481 __u32 map_flags;
6482 char name[BPF_OBJ_NAME_LEN];
6483 __u32 ifindex;
6484 __u32 btf_vmlinux_value_type_id;
6485 __u64 netns_dev;
6486 __u64 netns_ino;
6487 __u32 btf_id;
6488 __u32 btf_key_type_id;
6489 __u32 btf_value_type_id;
6491 __u64 map_extra;