/external/strace/xlat/ |
D | sock_tcp_options.h | 216 #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),
|
D | sock_tcp_options.in | 32 TCP_ULP 31
|
/external/syzkaller/sys/linux/ |
D | socket_inet_tcp_arm.const | 47 TCP_ULP = 31
|
D | socket_inet_tcp_arm64.const | 47 TCP_ULP = 31
|
D | socket_inet_tcp_amd64.const | 47 TCP_ULP = 31
|
D | socket_inet_tcp_ppc64le.const | 47 TCP_ULP = 31
|
D | socket_inet_tcp_386.const | 47 TCP_ULP = 31
|
D | socket_inet_tcp.txt | 40 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/ |
D | tcp.h | 121 #define TCP_ULP 31 /* Attach a ULP to a TCP connection */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 121 #define TCP_ULP 31 /* Attach a ULP to a TCP connection */ macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 47 #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/ |
D | tls.c | 66 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/ |
D | zerrors_linux_mipsle.go | 1973 TCP_ULP = 0x1f const
|
D | zerrors_linux_s390x.go | 2033 TCP_ULP = 0x1f const
|
D | zerrors_linux_arm.go | 1979 TCP_ULP = 0x1f const
|
D | zerrors_linux_ppc64le.go | 2027 TCP_ULP = 0x1f const
|
D | zerrors_linux_mips64.go | 1973 TCP_ULP = 0x1f const
|
D | zerrors_linux_ppc64.go | 2027 TCP_ULP = 0x1f const
|
D | zerrors_linux_amd64.go | 1973 TCP_ULP = 0x1f const
|
D | zerrors_linux_mips64le.go | 1973 TCP_ULP = 0x1f const
|
D | zerrors_linux_386.go | 1972 TCP_ULP = 0x1f const
|
D | zerrors_linux_mips.go | 1973 TCP_ULP = 0x1f const
|
D | zerrors_linux_arm64.go | 1964 TCP_ULP = 0x1f const
|
/external/strace/ |
D | ChangeLog | 11587 * xlat/socktcpoptions.in: Add TCP_ULP and TCP_MD5SIG_EXT.
|