diff options
| author | Christoph Paasch <cpaasch@apple.com> | 2023-08-22 09:18:31 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 10:11:42 +0000 |
| commit | abdf9b3bbffdc55f63021393df30df4ff7a446cf (patch) | |
| tree | c734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/socket_inet_tcp.txt.const | |
| parent | c5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (diff) | |
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.
Diffstat (limited to 'sys/linux/socket_inet_tcp.txt.const')
| -rw-r--r-- | sys/linux/socket_inet_tcp.txt.const | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
