diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:33:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-22 20:33:52 +0100 |
| commit | 8d8e249484bcec5fdffec6bb37d6f3ccb9e27a7e (patch) | |
| tree | 609e501673200e1d6c36b39bef7917cd09006963 /sys/linux/socket_inet_tcp.txt | |
| parent | 87044370b89bb8cd45aec5f897c06bcee9a44f92 (diff) | |
sys/linux: add AF_SMC sockets
Diffstat (limited to 'sys/linux/socket_inet_tcp.txt')
| -rw-r--r-- | sys/linux/socket_inet_tcp.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_tcp.txt b/sys/linux/socket_inet_tcp.txt index 5e076eeec..7e9a78797 100644 --- a/sys/linux/socket_inet_tcp.txt +++ b/sys/linux/socket_inet_tcp.txt @@ -18,6 +18,10 @@ tcp_pair { socket$inet_tcp(domain const[AF_INET], type const[SOCK_STREAM], proto const[0]) sock_tcp socketpair$inet_tcp(domain const[AF_INET], type const[SOCK_STREAM], proto const[0], fds ptr[out, tcp_pair]) +# 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 +socketpair$inet_smc(domain const[AF_SMC], type const[SOCK_STREAM], proto const[0], fds ptr[out, tcp_pair]) + resource sock_tcp6[sock_in6] tcp6_pair { |
