From abdf9b3bbffdc55f63021393df30df4ff7a446cf Mon Sep 17 00:00:00 2001 From: Christoph Paasch Date: Tue, 22 Aug 2023 09:18:31 -0700 Subject: sys/linux: add more coverage for MPTCP New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions. --- sys/linux/socket_inet_tcp.txt.const | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/linux/socket_inet_tcp.txt.const') diff --git a/sys/linux/socket_inet_tcp.txt.const b/sys/linux/socket_inet_tcp.txt.const index 38324a93e..b5a15d87d 100644 --- a/sys/linux/socket_inet_tcp.txt.const +++ b/sys/linux/socket_inet_tcp.txt.const @@ -5,11 +5,16 @@ AF_INET6 = 10 AF_SMC = 43 IPPROTO_MPTCP = 262 IPPROTO_TCP = 6 +MPTCP_FULL_INFO = 4 +MPTCP_INFO = 1 +MPTCP_SUBFLOW_ADDRS = 3 +MPTCP_TCPINFO = 2 SIOCATMARK = 35077, mips64le:1074033415 SIOCINQ = 21531, mips64le:18047, ppc64le:1074030207 SIOCOUTQ = 21521, mips64le:29810, ppc64le:1074033779 SIOCOUTQNSD = 35147 SOCK_STREAM = 1, mips64le:2 +SOL_MPTCP = 284 TCPOPT_MSS = 2 TCPOPT_SACK_PERM = 4 TCPOPT_TIMESTAMP = 8 -- cgit mrf-deployment