Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h61 #define BPF_EGRESS_PROG_PATH BPF_PATH "/prog_netd_cgroupskb_egress_stats" macro
/system/netd/tests/
Dbpf_base_test.cpp79 ASSERT_EQ(0, access(BPF_EGRESS_PROG_PATH, R_OK)); in TEST_F()
/system/netd/server/
DTrafficController.cpp271 RETURN_IF_NOT_OK(attachProgramToCgroup(BPF_EGRESS_PROG_PATH, cg_fd, BPF_CGROUP_INET_EGRESS)); in initPrograms()
956 dw.println("Cgroup egress program status: %s", getProgramStatus(BPF_EGRESS_PROG_PATH).c_str()); in dump()