Home
last modified time | relevance | path

Searched defs:bpfFdGet (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h100 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet() function
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfMap.java275 private native int bpfFdGet(String path, int mode) throws ErrnoException, NullPointerException; in bpfFdGet() method in BpfMap