Searched defs:bpfProgPath (Results 1 – 5 of 5) sorted by relevance
| /frameworks/libs/net/common/device/com/android/net/module/util/ |
| D | TcUtils.java | 53 short proto, String bpfProgPath) throws IOException; in tcFilterAddDevBpf() 77 int rateInBytesPerSec, String bpfProgPath) throws IOException; in tcFilterAddDevIngressPolice()
|
| /frameworks/libs/net/common/native/bpfutiljni/ |
| D | com_android_net_module_util_BpfUtils.cpp | 35 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/ |
| D | tcutils_test.cpp | 83 static constexpr char bpfProgPath[] = in TEST() local 115 static constexpr char bpfProgPath[] = in TEST() local
|
| /frameworks/libs/net/common/native/bpfmapjni/ |
| D | com_android_net_module_util_TcUtils.cpp | 47 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/ |
| D | tcutils.cpp | 166 unsigned burstInBytes, const char* bpfProgPath) in IngressPoliceFilterBuilder() 578 const char *bpfProgPath) { in tcAddBpfFilter() 694 const char *bpfProgPath) { in tcAddIngressPoliceFilter()
|