HomeSort by relevance Sort by last modified time
    Searched refs:hasBpfSupport (Results 1 - 7 of 7) sorted by null

  /test/vts-testcase/kernel/api/bpf_native_test/
BpfTest.cpp 41 if (!hasBpfSupport()) {
  /system/netd/libbpf/include/bpf/
BpfUtils.h 147 bool hasBpfSupport();
151 if (!hasBpfSupport()) return; \
  /frameworks/base/services/core/jni/
com_android_server_net_NetworkStatsService.cpp 37 using android::bpf::hasBpfSupport;
  /system/netd/libbpf/
BpfUtils.cpp 209 bool hasBpfSupport() {
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 38 using android::bpf::hasBpfSupport;
  /system/netd/tests/
binder_test.cpp 65 using android::bpf::hasBpfSupport;
75 if (hasBpfSupport()) return; \
    [all...]
  /system/netd/server/
TrafficController.cpp 116 ebpfSupported = hasBpfSupport();

Completed in 199 milliseconds