Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h127 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet() function
170 return bpfFdGet(pathname, 0); in mapRetrieveLocklessRW()
182 return bpfFdGet(pathname, BPF_F_RDONLY); in mapRetrieveRO()
188 return bpfLock(bpfFdGet(pathname, BPF_F_WRONLY), F_WRLCK); in mapRetrieveWO()
192 return bpfFdGet(pathname, BPF_F_RDONLY); in retrieveProgram()