Home
last modified time | relevance | path

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

/system/netd/bpf_progs/
Dnetd.c343 DEFINE_BPF_MAP(uid_permission_map, HASH, uint32_t, uint8_t, UID_OWNER_MAP_SIZE) in DEFINE_BPF_MAP() function
/system/bpf/progs/include/
Dbpf_helpers.h90 #define DEFINE_BPF_MAP(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ macro