Home
last modified time | relevance | path

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

/aosp12/system/bpf/libbpf_android/
H A DBpfUtils.cpp67 int pfSocket = socket(AF_KEY, SOCK_RAW | SOCK_CLOEXEC, PF_KEY_V2); in synchronizeKernelRCU() local
69 if (pfSocket < 0) { in synchronizeKernelRCU()
76 if (close(pfSocket)) { in synchronizeKernelRCU()
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java514 FileDescriptor pfSocket; in synchronizeKernelRCU() local
516 pfSocket = Os.socket(AF_KEY, OsConstants.SOCK_RAW | OsConstants.SOCK_CLOEXEC, in synchronizeKernelRCU()
525 Os.close(pfSocket); in synchronizeKernelRCU()