Home
last modified time | relevance | path

Searched defs:bpf_map_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6438 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;
[all …]
/Linux-v6.6/include/uapi/linux/
Dbpf.h6438 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;
[all …]