Re: [PATCH v2 net-next 3/9] mptcp: subflow: split subflow_init_req

2020-07-31 Thread Mat Martineau
On Thu, 30 Jul 2020, Florian Westphal wrote: When syncookie support is added, we will need to add a variant of subflow_init_req() helper. It will do almost same thing except that it will not compute/add a token to the mptcp token tree. To avoid excess copy&paste, this commit splits away part o

[PATCH v2 net-next 3/9] mptcp: subflow: split subflow_init_req

2020-07-30 Thread Florian Westphal
When syncookie support is added, we will need to add a variant of subflow_init_req() helper. It will do almost same thing except that it will not compute/add a token to the mptcp token tree. To avoid excess copy&paste, this commit splits away part of the code into a new helper, __subflow_init_req