Re: [PATCH v2 net-next 4/9] mptcp: rename and export mptcp_subflow_request_sock_ops

2020-07-31 Thread Mat Martineau
On Thu, 30 Jul 2020, Florian Westphal wrote: 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 --- include/net/mptcp.h | 1 + net/mptcp/subflow.c | 11 ++- 2 files changed,

[PATCH v2 net-next 4/9] mptcp: rename and export mptcp_subflow_request_sock_ops

2020-07-30 Thread Florian Westphal
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 --- include/net/mptcp.h | 1 + net/mptcp/subflow.c | 11 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a