Home
last modified time | relevance | path

Searched refs:DEFINE_BPF_PROG_KVER_RANGE (Results 1 – 2 of 2) sorted by relevance

/system/netd/bpf_progs/
Doffload.c200 DEFINE_BPF_PROG_KVER_RANGE("schedcls/ingress/tether_rawip$stub", AID_ROOT, AID_ROOT,
/system/bpf/progs/include/
Dbpf_helpers.h138 #define DEFINE_BPF_PROG_KVER_RANGE(SECTION_NAME, prog_uid, prog_gid, the_prog, min_kv, max_kv) \ macro