Home
last modified time | relevance | path

Searched refs:AF_KEY (Results 1 – 3 of 3) 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()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h153 #define AF_KEY 15 macro
198 #define PF_KEY AF_KEY
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java60 private static final int AF_KEY = 15; field in BpfCoordinatorShimImpl
516 pfSocket = Os.socket(AF_KEY, OsConstants.SOCK_RAW | OsConstants.SOCK_CLOEXEC, in synchronizeKernelRCU()