mptcp: Handle MPTCP TCP options
Add hooks to parse and format the MP_CAPABLE option. This option is handled according to MPTCP version 0 (RFC6824). MPTCP version 1 MP_CAPABLE (RFC6824bis/RFC8684) will be added later in coordination with related code changes. Co-developed-by:Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by:
Matthieu Baerts <matthieu.baerts@tessares.net> Co-developed-by:
Florian Westphal <fw@strlen.de> Signed-off-by:
Florian Westphal <fw@strlen.de> Co-developed-by:
Davide Caratti <dcaratti@redhat.com> Signed-off-by:
Davide Caratti <dcaratti@redhat.com> 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 18 additions, 0 deletionsinclude/linux/tcp.h
- include/net/mptcp.h 18 additions, 0 deletionsinclude/net/mptcp.h
- net/ipv4/tcp_input.c 5 additions, 0 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_output.c 13 additions, 0 deletionsnet/ipv4/tcp_output.c
- net/mptcp/Makefile 1 addition, 1 deletionnet/mptcp/Makefile
- net/mptcp/options.c 97 additions, 0 deletionsnet/mptcp/options.c
- net/mptcp/protocol.h 29 additions, 0 deletionsnet/mptcp/protocol.h
Loading
Please register or sign in to comment