Home
last modified time | relevance | path

Searched defs:bpfProgPath (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/net/common/device/com/android/net/module/util/
DTcUtils.java53 short proto, String bpfProgPath) throws IOException; in tcFilterAddDevBpf()
77 int rateInBytesPerSec, String bpfProgPath) throws IOException; in tcFilterAddDevIngressPolice()
/frameworks/libs/net/common/native/bpfutiljni/
Dcom_android_net_module_util_BpfUtils.cpp35 jobject clazz, jint type, jstring bpfProgPath, jstring cgroupPath, jint flags) { in com_android_net_module_util_BpfUtil_attachProgramToCgroup()
86 jobject clazz, jint type, jstring bpfProgPath, jstring cgroupPath) { in com_android_net_module_util_BpfUtil_detachSingleProgramFromCgroup()
/frameworks/libs/net/common/native/tcutils/tests/
Dtcutils_test.cpp83 static constexpr char bpfProgPath[] = in TEST() local
115 static constexpr char bpfProgPath[] = in TEST() local
/frameworks/libs/net/common/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp47 jshort proto, jstring bpfProgPath) { in com_android_net_module_util_TcUtils_tcFilterAddDevBpf()
63 jint rateInBytesPerSec, jstring bpfProgPath) { in com_android_net_module_util_TcUtils_tcFilterAddDevIngressPolice()
/frameworks/libs/net/common/native/tcutils/
Dtcutils.cpp166 unsigned burstInBytes, const char* bpfProgPath) in IngressPoliceFilterBuilder()
578 const char *bpfProgPath) { in tcAddBpfFilter()
694 const char *bpfProgPath) { in tcAddIngressPoliceFilter()