Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_ip_options.h98 #if defined(IP_XFRM_POLICY) || (defined(HAVE_DECL_IP_XFRM_POLICY) && HAVE_DECL_IP_XFRM_POLICY)
99 XLAT(IP_XFRM_POLICY),
Dsock_ip_options.in28 IP_XFRM_POLICY
/external/syzkaller/sys/linux/
Dsocket_inet_arm.const54 IP_XFRM_POLICY = 17
Dsocket_inet_386.const54 IP_XFRM_POLICY = 17
Dsocket_inet_arm64.const54 IP_XFRM_POLICY = 17
Dsocket_inet_ppc64le.const54 IP_XFRM_POLICY = 17
Dsocket_inet_amd64.const54 IP_XFRM_POLICY = 17
Dsocket_inet.txt45 inet_option_types_buf = IP_OPTIONS, IP_PKTOPTIONS, IP_IPSEC_POLICY, IP_XFRM_POLICY, IP_MULTICAST_IF…
61 getsockopt$inet_IP_XFRM_POLICY(fd sock_in, level const[IPPROTO_IP], optname const[IP_XFRM_POLICY], …
62 setsockopt$inet_IP_XFRM_POLICY(fd sock_in, level const[IPPROTO_IP], optname const[IP_XFRM_POLICY], …
/external/iproute2/include/uapi/linux/
Din.h106 #define IP_XFRM_POLICY 17 macro
/external/kernel-headers/original/uapi/linux/
Din.h106 #define IP_XFRM_POLICY 17 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go726 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_mips64le.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_ppc64.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_arm.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_mips64.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_ppc64le.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_arm64.go870 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_386.go868 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_mips.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_s390x.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_mipsle.go867 IP_XFRM_POLICY = 0x11 const
Dzerrors_linux_amd64.go868 IP_XFRM_POLICY = 0x11 const
/external/strace/
DChangeLog44323 * net.c (sockipoptions): Add IP_IPSEC_POLICY, IP_XFRM_POLICY,