Searched defs:bpf_map_info (Results 1 – 4 of 4) sorted by relevance
2654 struct bpf_map_info { struct2655 __u32 type;2656 __u32 id;2657 __u32 key_size;2658 __u32 value_size;2659 __u32 max_entries;2660 __u32 map_flags;2661 char name[BPF_OBJ_NAME_LEN];2662 __u32 ifindex;2664 __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 …]