tcp: TCP experimental option for SMC
The SMC protocol [1] relies on the use of a new TCP experimental option [2, 3]. With this option, SMC capabilities are exchanged between peers during the TCP three way handshake. This patch adds support for this experimental option to TCP. References: [1] SMC-R Informational RFC: http://www.rfc-editor.org/info/rfc7609 [2] Shared Use of TCP Experimental Options RFC 6994: https://tools.ietf.org/rfc/rfc6994.txt [3] IANA ExID SMCR: http://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml#tcp-exids Signed-off-by:Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/tcp.h 7 additions, 2 deletionsinclude/linux/tcp.h
- include/net/inet_sock.h 2 additions, 1 deletioninclude/net/inet_sock.h
- include/net/tcp.h 7 additions, 0 deletionsinclude/net/tcp.h
- net/ipv4/tcp.c 6 additions, 0 deletionsnet/ipv4/tcp.c
- net/ipv4/tcp_input.c 35 additions, 0 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_minisocks.c 19 additions, 0 deletionsnet/ipv4/tcp_minisocks.c
- net/ipv4/tcp_output.c 60 additions, 3 deletionsnet/ipv4/tcp_output.c
Loading
Please register or sign in to comment