OSDN Git Service

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)
commit6c714f1b547feb0402520357c91024375a4236f7
tree65ff35dc52d2b112b1bdaf4a388a0546e58f5973
parentb263b0d7d60baecda3c840a0703bb6d511f7ae2d
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