]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: pass subflow socket to a few helpers
authorFlorian Westphal <fw@strlen.de>
Fri, 12 Feb 2021 23:59:58 +0000 (15:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 00:31:45 +0000 (16:31 -0800)
commite4cedddd3d2ca06720c8f9d9a06a4818a77c851e
tree65ff35dc52d2b112b1bdaf4a388a0546e58f5973
parent234be546455fe86f31b5c8655519e309dd4272b4
mptcp: pass subflow socket to a few helpers

Pass the first/initial subflow to the existing functions so they can
pass this on to the notification handler that is added later in the
series.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/options.c
net/mptcp/pm.c
net/mptcp/protocol.c
net/mptcp/protocol.h
net/mptcp/subflow.c