aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_tcp.txt
diff options
context:
space:
mode:
authorChristoph Paasch <christoph.paasch@gmail.com>2020-01-24 15:17:36 +0000
committerDmitry Vyukov <dvyukov@google.com>2020-02-01 11:14:31 +0100
commit326d4c7836f3fd67d56cefb373c70a9d1a48c827 (patch)
tree8b813ce570616ebde25d17989f7ce25ee5926ad8 /sys/linux/socket_inet_tcp.txt
parent0eb59c27682ecbe1d467de4c4accbb3f9c807042 (diff)
sys/linux: add IPPROTO_MPTCP support
Adding support for IPPROTO_MPTCP. Like SMC, it is on top of TCP and can thus be treated like a regular TCP socket.
Diffstat (limited to 'sys/linux/socket_inet_tcp.txt')
-rw-r--r--sys/linux/socket_inet_tcp.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_tcp.txt b/sys/linux/socket_inet_tcp.txt
index 215e1ad64..42993e62e 100644
--- a/sys/linux/socket_inet_tcp.txt
+++ b/sys/linux/socket_inet_tcp.txt
@@ -12,6 +12,7 @@ include <uapi/linux/tls.h>
resource sock_tcp[sock_in]
socket$inet_tcp(domain const[AF_INET], type const[SOCK_STREAM], proto const[0]) sock_tcp
+socket$inet_mptcp(domain const[AF_INET], type const[SOCK_STREAM], proto const[262]) sock_tcp
# From interface point of view SMC sockets seem to be the same as TCP.
socket$inet_smc(domain const[AF_SMC], type const[SOCK_STREAM], proto const[0]) sock_tcp
@@ -19,6 +20,7 @@ socket$inet_smc(domain const[AF_SMC], type const[SOCK_STREAM], proto const[0]) s
resource sock_tcp6[sock_in6]
socket$inet6_tcp(domain const[AF_INET6], type const[SOCK_STREAM], proto const[0]) sock_tcp6
+socket$inet6_mptcp(domain const[AF_INET6], type const[SOCK_STREAM], proto const[262]) sock_tcp6
# Generic TCP socket options