]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: rename and export mptcp_subflow_request_sock_ops
authorFlorian Westphal <fw@strlen.de>
Thu, 30 Jul 2020 19:25:53 +0000 (21:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2020 23:55:32 +0000 (16:55 -0700)
commit08b8d080982fec354173d3fd28a3106a719b8950
tree6e10c4f5ac0885fa96e205d2332e0c6c402e95e0
parent78d8b7bc4b32e2d32ac19d3b217166224c4342d0
mptcp: rename and export mptcp_subflow_request_sock_ops

syncookie code path needs to create an mptcp request sock.

Prepare for this and add mptcp prefix plus needed export of ops struct.

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