]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT
authorYonglong Li <liyonglong@chinatelecom.cn>
Tue, 24 Aug 2021 01:05:43 +0000 (18:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Aug 2021 08:28:29 +0000 (09:28 +0100)
commit41e8b45736950075057af54e0ee983ecdd06c7b5
tree25e209548d5eb69a7086e4c669f935aa3d3a89a3
parentcf2b892749dbcc6afb543b35a4af6569bf5ba374
mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT

MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT are not necessary, we can get
these info from pm.local or pm.remote.

Drop mptcp_pm_should_add_signal_ipv6 and mptcp_pm_should_add_signal_port
too.

Co-developed-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Yonglong Li <liyonglong@chinatelecom.cn>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/pm.c
net/mptcp/pm_netlink.c
net/mptcp/protocol.h