Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/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()
111 public static native boolean isBpfProgramUsable(String bpfProgPath); in isBpfProgramUsable()
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp50 jshort proto, jstring bpfProgPath) { in com_android_net_module_util_TcUtils_tcFilterAddDevBpf()
66 jint rateInBytesPerSec, jstring bpfProgPath) { in com_android_net_module_util_TcUtils_tcFilterAddDevIngressPolice()
104 jstring bpfProgPath) { in com_android_net_module_util_TcUtils_isBpfProgramUsable()
/packages/modules/Connectivity/staticlibs/native/tcutils/tests/
Dtcutils_test.cpp83 static constexpr char bpfProgPath[] = in TEST() local
115 static constexpr char bpfProgPath[] = in TEST() local
/packages/modules/Connectivity/staticlibs/native/tcutils/
Dtcutils.cpp167 unsigned burstInBytes, const char* bpfProgPath) in IngressPoliceFilterBuilder()
569 const char *bpfProgPath) { in tcAddBpfFilter()
684 const char *bpfProgPath) { in tcAddIngressPoliceFilter()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DClatCoordinatorTest.java366 String bpfProgPath) throws IOException { in tcFilterAddDevBpf()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java305 String bpfProgPath) throws IOException { in tcFilterAddDevBpf()