Searched defs:DEFINE_BPF_MAP_GRW (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bpf/progs/include/ |
H A D | bpf_helpers.h | 144 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \ macro
|
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/ |
H A D | offload.c | 72 DEFINE_BPF_MAP_GRW(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, in DEFINE_BPF_MAP_GRW() function
|