Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.cpp856 std::string getProgramStatus(const char *path) { in getProgramStatus() function
923 getProgramStatus(BPF_INGRESS_PROG_PATH).c_str()); in dump()
924 dw.println("Cgroup egress program status: %s", getProgramStatus(BPF_EGRESS_PROG_PATH).c_str()); in dump()
926 getProgramStatus(XT_BPF_INGRESS_PROG_PATH).c_str()); in dump()
928 getProgramStatus(XT_BPF_EGRESS_PROG_PATH).c_str()); in dump()
930 getProgramStatus(XT_BPF_ALLOWLIST_PROG_PATH).c_str()); in dump()
932 getProgramStatus(XT_BPF_DENYLIST_PROG_PATH).c_str()); in dump()