-
- Downloads
mptcp: Add path manager interface
Add enough of a path manager interface to allow sending of ADD_ADDR when an incoming MPTCP connection is created. Capable of sending only a single IPv4 ADD_ADDR option. The 'pm_data' element of the connection sock will need to be expanded to handle multiple interfaces and IPv6. Partial processing of the incoming ADD_ADDR is included so the path manager notification of that event happens at the proper time, which involves validating the incoming address information. This is a skeleton interface definition for events generated by MPTCP. 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:
Paolo Abeni <pabeni@redhat.com> Signed-off-by:
Paolo Abeni <pabeni@redhat.com> Co-developed-by:
Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by:
Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by:
Peter Krystad <peter.krystad@linux.intel.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/mptcp/Makefile 1 addition, 1 deletionnet/mptcp/Makefile
- net/mptcp/options.c 64 additions, 16 deletionsnet/mptcp/options.c
- net/mptcp/pm.c 113 additions, 0 deletionsnet/mptcp/pm.c
- net/mptcp/protocol.c 5 additions, 0 deletionsnet/mptcp/protocol.c
- net/mptcp/protocol.h 79 additions, 0 deletionsnet/mptcp/protocol.h
- net/mptcp/subflow.c 2 additions, 2 deletionsnet/mptcp/subflow.c
Loading
Please register or sign in to comment