Home
last modified time | relevance | path

Searched refs:TCP_ULP (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dsock_tcp_options.h216 #if defined(TCP_ULP) || (defined(HAVE_DECL_TCP_ULP) && HAVE_DECL_TCP_ULP)
218 static_assert((TCP_ULP) == (31), "TCP_ULP != 31");
221 # define TCP_ULP 31
299 [TCP_ULP] = XLAT(TCP_ULP),
Dsock_tcp_options.in32 TCP_ULP 31
/external/syzkaller/sys/linux/
Dsocket_inet_tcp_arm.const47 TCP_ULP = 31
Dsocket_inet_tcp_arm64.const47 TCP_ULP = 31
Dsocket_inet_tcp_amd64.const47 TCP_ULP = 31
Dsocket_inet_tcp_ppc64le.const47 TCP_ULP = 31
Dsocket_inet_tcp_386.const47 TCP_ULP = 31
Dsocket_inet_tcp.txt40 tcp_option_types_buf = TCP_INFO, TCP_CONGESTION, TCP_ULP, TCP_MD5SIG, TCP_REPAIR_OPTIONS, TCP_CC_IN…
69 setsockopt$inet_tcp_TCP_ULP(fd sock_tcp, level const[IPPROTO_TCP], optname const[TCP_ULP], optval p…
70 setsockopt$inet6_tcp_TCP_ULP(fd sock_tcp6, level const[IPPROTO_TCP], optname const[TCP_ULP], optval…
/external/iproute2/include/uapi/linux/
Dtcp.h121 #define TCP_ULP 31 /* Attach a ULP to a TCP connection */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h121 #define TCP_ULP 31 /* Attach a ULP to a TCP connection */ macro
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap.c47 #ifndef TCP_ULP
48 # define TCP_ULP 31 macro
166 err = setsockopt(s, 6, TCP_ULP, "tls", sizeof("tls")); in sockmap_init_ktls()
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c66 ret = setsockopt(self->fd, IPPROTO_TCP, TCP_ULP, "tls", sizeof("tls")); in FIXTURE_SETUP()
82 ret = setsockopt(self->cfd, IPPROTO_TCP, TCP_ULP, "tls", in FIXTURE_SETUP()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1973 TCP_ULP = 0x1f const
Dzerrors_linux_s390x.go2033 TCP_ULP = 0x1f const
Dzerrors_linux_arm.go1979 TCP_ULP = 0x1f const
Dzerrors_linux_ppc64le.go2027 TCP_ULP = 0x1f const
Dzerrors_linux_mips64.go1973 TCP_ULP = 0x1f const
Dzerrors_linux_ppc64.go2027 TCP_ULP = 0x1f const
Dzerrors_linux_amd64.go1973 TCP_ULP = 0x1f const
Dzerrors_linux_mips64le.go1973 TCP_ULP = 0x1f const
Dzerrors_linux_386.go1972 TCP_ULP = 0x1f const
Dzerrors_linux_mips.go1973 TCP_ULP = 0x1f const
Dzerrors_linux_arm64.go1964 TCP_ULP = 0x1f const
/external/strace/
DChangeLog11587 * xlat/socktcpoptions.in: Add TCP_ULP and TCP_MD5SIG_EXT.