Searched defs:bpf_map_info (Results 1 – 2 of 2) sorted by relevance
32965 struct bpf_map_info { struct32966 __u32 type;32967 __u32 id;32968 __u32 key_size;32969 __u32 value_size;32970 __u32 max_entries;32971 __u32 map_flags;32972 char name[16];32973 __u32 ifindex;32974 __u32 btf_vmlinux_value_type_id;[all …]
42627 struct bpf_map_info { struct42628 __u32 type;42629 __u32 id;42630 __u32 key_size;42631 __u32 value_size;42632 __u32 max_entries;42633 __u32 map_flags;42634 char name[16];42635 __u32 ifindex;42636 __u32 btf_vmlinux_value_type_id;[all …]