Home
last modified time | relevance | path

Searched refs:DEFINE_BPF_PROG (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/bpf_progs/
Dgentle.c24 DEFINE_BPF_PROG("skfilter/accept", AID_ROOT, AID_SYSTEM, accept)
Doffload.c305 DEFINE_BPF_PROG("schedcls/tether_downstream6_ether", TETHERING_UID, TETHERING_GID,
311 DEFINE_BPF_PROG("schedcls/tether_upstream6_ether", TETHERING_UID, TETHERING_GID,
Doffload@mainline.c305 DEFINE_BPF_PROG("schedcls/tether_downstream6_ether", TETHERING_UID, TETHERING_GID,
311 DEFINE_BPF_PROG("schedcls/tether_upstream6_ether", TETHERING_UID, TETHERING_GID,
Dclatd.c301 DEFINE_BPF_PROG("schedcls/egress4/clat_rawip", AID_ROOT, AID_SYSTEM, sched_cls_egress4_clat_rawip)
Dnetd.c129 DEFINE_BPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) in DEFINE_BPF_MAP_RO_NETD()
/packages/modules/UprobeStats/src/bpf_progs/
DBitmapAllocation.c26 DEFINE_BPF_PROG("uprobe/bitmap_constructor_heap", AID_UPROBESTATS, AID_UPROBESTATS, BPF_KPROBE2)
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
Dbpf_helpers.h464 #define DEFINE_BPF_PROG(SECTION_NAME, prog_uid, prog_gid, the_prog) \ macro