Home
last modified time | relevance | path

Searched refs:DEFINE_BPF_PROG_KVER (Results 1 – 3 of 3) sorted by relevance

/system/netd/bpf_progs/
Doffload.c183 DEFINE_BPF_PROG_KVER("schedcls/ingress/tether_rawip$5_4", AID_ROOT, AID_ROOT,
Dnetd.c345 DEFINE_BPF_PROG_KVER("cgroupsock/inet/create", AID_ROOT, AID_ROOT, inet_socket_create, in DEFINE_BPF_MAP()
/system/bpf/progs/include/
Dbpf_helpers.h146 #define DEFINE_BPF_PROG_KVER(SECTION_NAME, prog_uid, prog_gid, the_prog, min_kv) \ macro