Searched defs:bpf_map_info (Results 1 – 2 of 2) sorted by relevance
6473 struct bpf_map_info { struct6474 __u32 type;6475 __u32 id;6476 __u32 key_size;6477 __u32 value_size;6478 __u32 max_entries;6479 __u32 map_flags;6480 char name[BPF_OBJ_NAME_LEN];6481 __u32 ifindex;6482 __u32 btf_vmlinux_value_type_id;[all …]
35275 struct bpf_map_info { struct35276 __u32 type;35277 __u32 id;35278 __u32 key_size;35279 __u32 value_size;35280 __u32 max_entries;35281 __u32 map_flags;35282 char name[16];35283 __u32 ifindex;35284 __u32 btf_vmlinux_value_type_id;[all …]