Home
last modified time | relevance | path

Searched refs:DEFINE_BPF_MAP (Results 1 – 4 of 4) sorted by relevance

/system/bpfprogs/test/
Dbpf_load_tp_prog.c23 DEFINE_BPF_MAP(cpu_pid_map, ARRAY, int, uint32_t, 1024)
/system/netd/bpf_progs/
Dclatd.c40 DEFINE_BPF_MAP(clat_ingress6_map, HASH, ClatIngress6Key, ClatIngress6Value, 16)
192 DEFINE_BPF_MAP(clat_egress4_map, HASH, ClatEgress4Key, ClatEgress4Value, 16)
Dnetd.c62 DEFINE_BPF_MAP(uid_owner_map, HASH, uint32_t, UidOwnerValue, UID_OWNER_MAP_SIZE) in DEFINE_BPF_MAP_GRO()
346 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.h135 #define DEFINE_BPF_MAP(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries) \ macro