Home
last modified time | relevance | path

Searched refs:PF_KEY_V2 (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/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java62 private static final int PF_KEY_V2 = 2; field in BpfCoordinatorShimImpl
517 PF_KEY_V2); in synchronizeKernelRCU()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dpfkeyv2.h22 #define PF_KEY_V2 2 macro