Searched defs:DEFINE_BPF_MAP_GRO (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/netd/bpf_progs/ |
H A D | netd.c | 50 DEFINE_BPF_MAP_GRO(cookie_tag_map, HASH, uint64_t, UidTagValue, COOKIE_UID_MAP_SIZE, in DEFINE_BPF_MAP_GRO() function
|
/aosp12/system/bpf/progs/include/ |
H A D | bpf_helpers.h | 141 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \ macro
|