Home
last modified time | relevance | path

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

/aosp12/system/bpf/progs/include/
H A Dbpf_helpers.h144 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \ macro
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Doffload.c72 DEFINE_BPF_MAP_GRW(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, in DEFINE_BPF_MAP_GRW() function