mptcp: Handle MP_CAPABLE options for outgoing connections
Add hooks to tcp_output.c to add MP_CAPABLE to an outgoing SYN request, to capture the MP_CAPABLE in the received SYN-ACK, to add MP_CAPABLE to the final ACK of the three-way handshake. Use the .sk_rx_dst_set() handler in the subflow proto to capture when the responding SYN-ACK is received and notify the MPTCP connection layer. Co-developed-by:Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Co-developed-by:
Florian Westphal <fw@strlen.de> Signed-off-by:
Florian Westphal <fw@strlen.de> Signed-off-by:
Peter Krystad <peter.krystad@linux.intel.com> Signed-off-by:
Christoph Paasch <cpaasch@apple.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/tcp.h 3 additions, 0 deletionsinclude/linux/tcp.h
- include/net/mptcp.h 57 additions, 0 deletionsinclude/net/mptcp.h
- net/ipv4/tcp_input.c 6 additions, 0 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_output.c 44 additions, 0 deletionsnet/ipv4/tcp_output.c
- net/ipv6/tcp_ipv6.c 6 additions, 0 deletionsnet/ipv6/tcp_ipv6.c
- net/mptcp/options.c 100 additions, 0 deletionsnet/mptcp/options.c
- net/mptcp/protocol.c 141 additions, 22 deletionsnet/mptcp/protocol.c
- net/mptcp/protocol.h 39 additions, 1 deletionnet/mptcp/protocol.h
- net/mptcp/subflow.c 267 additions, 1 deletionnet/mptcp/subflow.c
Loading