Searched refs:DEFINE_BPF_MAP_RO (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/ |
D | bpf_helpers.h | 366 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ macro
|
/packages/modules/Connectivity/bpf_progs/ |
D | offload.c | 92 DEFINE_BPF_MAP_RO(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, TETHERING_GID) in DEFINE_BPF_MAP_RO() function
|
D | offload@mainline.c | 92 DEFINE_BPF_MAP_RO(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, TETHERING_GID) in DEFINE_BPF_MAP_RO() function
|