OSDN Git Service

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)
commitd9a4594edabf125dc17dfd52acc722c3de1cb44c
treeb7ced1ce92c93c1954f461d2707b6717c7de0447
parent9a0b36509df07f2e3b24d3ae6f222a4f099e0709
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