Searched defs:bpf_map_info (Results 1 – 4 of 4) sorted by relevance
550 struct bpf_map_info { struct551 __u32 type;552 __u32 id;553 __u32 key_size;554 __u32 value_size;555 __u32 max_entries;556 __u32 map_flags;557 char name[BPF_OBJ_NAME_LEN];558 __u32 ifindex;560 __u64 netns_dev;[all …]
4401 struct bpf_map_info { struct4402 __u32 type;4403 __u32 id;4404 __u32 key_size;4405 __u32 value_size;4406 __u32 max_entries;4407 __u32 map_flags;4408 char name[BPF_OBJ_NAME_LEN];4409 __u32 ifindex;4410 __u32 btf_vmlinux_value_type_id;[all …]
780 struct bpf_map_info { struct781 __u32 type;782 __u32 id;783 __u32 key_size;784 __u32 value_size;785 __u32 max_entries;786 __u32 map_flags;787 char name[BPF_OBJ_NAME_LEN];788 __u32 ifindex;789 __u32 btf_vmlinux_value_type_id;[all …]