diff options
author | Florian Westphal <fw@strlen.de> | 2020-07-30 22:25:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-01 02:55:32 +0300 |
commit | 08b8d080982fec354173d3fd28a3106a719b8950 (patch) | |
tree | 6e10c4f5ac0885fa96e205d2332e0c6c402e95e0 /include/net/mptcp.h | |
parent | 78d8b7bc4b32e2d32ac19d3b217166224c4342d0 (diff) | |
download | linux-08b8d080982fec354173d3fd28a3106a719b8950.tar.xz |
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>
Diffstat (limited to 'include/net/mptcp.h')
-rw-r--r-- | include/net/mptcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mptcp.h b/include/net/mptcp.h index 02158c257bd4..76eb915bf91c 100644 --- a/include/net/mptcp.h +++ b/include/net/mptcp.h @@ -58,6 +58,7 @@ struct mptcp_out_options { }; #ifdef CONFIG_MPTCP +extern struct request_sock_ops mptcp_subflow_request_sock_ops; void mptcp_init(void); |