Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h32965 struct bpf_map_info { struct
32966 __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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h42627 struct bpf_map_info { struct
42628 __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 …]