diff options
author | 2021-02-01 15:09:08 -0800 | |
---|---|---|
committer | 2021-02-02 18:37:18 -0800 | |
commit | 875b76718f68bac8cec4ce669babd709852ca376 (patch) | |
tree | f517eab6610bcd59d8a17b4642e2c231fe4533f4 /drivers/net/ethernet/intel/igc | |
parent | mptcp: drop *_max fields in mptcp_pm_data (diff) | |
download | wireguard-linux-875b76718f68bac8cec4ce669babd709852ca376.tar.xz wireguard-linux-875b76718f68bac8cec4ce669babd709852ca376.zip |
mptcp: create subflow or signal addr for newly added address
Currently, when a new MPTCP endpoint is added, the existing MPTCP
sockets are not affected.
This patch implements a new function mptcp_nl_add_subflow_or_signal_addr,
invoked when an address is added from PM netlink. This function traverses
the MPTCP sockets list and invokes mptcp_pm_create_subflow_or_signal_addr
to try to create a subflow or signal an address for the newly added
address, if local constraint allows that.
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/19
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions