Home
last modified time | relevance | path

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

/aosp12/system/netd/bpf_progs/
H A Dnetd.c50 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 Dbpf_helpers.h141 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \ macro