]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: netlink: Add MPTCP_PM_CMD_REMOVE
authorKishen Maloor <kishen.maloor@intel.com>
Wed, 4 May 2022 02:38:54 +0000 (19:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2022 09:49:31 +0000 (10:49 +0100)
commit748577b2e46715a82273d763b2a937446074a4be
treeb7ced1ce92c93c1954f461d2707b6717c7de0447
parent00b3aaff1403184100ff2a311dc4b49eb811f208
mptcp: netlink: Add MPTCP_PM_CMD_REMOVE

This change adds a MPTCP netlink command for issuing a
REMOVE_ADDR signal for an address over the chosen MPTCP
connection from a userspace path manager.

The command requires the following parameters: {token, loc_id}.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Kishen Maloor <kishen.maloor@intel.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/mptcp.h
net/mptcp/pm_netlink.c
net/mptcp/pm_userspace.c
net/mptcp/protocol.h