Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dbpf.h5582 struct bpf_map_info { struct
5583 __u32 type;
5584 __u32 id;
5585 __u32 key_size;
5586 __u32 value_size;
5587 __u32 max_entries;
5588 __u32 map_flags;
5589 char name[BPF_OBJ_NAME_LEN];
5590 __u32 ifindex;
5591 __u32 btf_vmlinux_value_type_id;
[all …]
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5582 struct bpf_map_info { struct
5583 __u32 type;
5584 __u32 id;
5585 __u32 key_size;
5586 __u32 value_size;
5587 __u32 max_entries;
5588 __u32 map_flags;
5589 char name[BPF_OBJ_NAME_LEN];
5590 __u32 ifindex;
5591 __u32 btf_vmlinux_value_type_id;
[all …]