]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: do nonce initialization at subflow creation time
authorPaolo Abeni <pabeni@redhat.com>
Tue, 30 Jun 2020 14:38:26 +0000 (16:38 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2020 20:38:00 +0000 (13:38 -0700)
commit2ca2840c072e3964ba72112d09a9128f17cc25bc
tree7441016286be9b18fc0d84ede9131d1cea936f96
parent938ca46d16576b6bd725a7c2677f50f408721a0b
mptcp: do nonce initialization at subflow creation time

This clean-up the code a bit, reduces the number of
used hooks and indirect call requested, and allow
better error reporting from __mptcp_subflow_connect()

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/subflow.c