Searched refs:bpfFdGet (Results 1 – 1 of 1) sorted by relevance
127 inline int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet() function170 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()