Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.cpp790 std::string getProgramStatus(const char *path) { in getProgramStatus() function
851 getProgramStatus(BPF_INGRESS_PROG_PATH).c_str()); in dump()
852 dw.println("Cgroup egress program status: %s", getProgramStatus(BPF_EGRESS_PROG_PATH).c_str()); in dump()
854 getProgramStatus(XT_BPF_INGRESS_PROG_PATH).c_str()); in dump()
856 getProgramStatus(XT_BPF_EGRESS_PROG_PATH).c_str()); in dump()
858 getProgramStatus(XT_BPF_ALLOWLIST_PROG_PATH).c_str()); in dump()
860 getProgramStatus(XT_BPF_DENYLIST_PROG_PATH).c_str()); in dump()