mptcp: don't save tcp data_ready and write space callbacks
authorFlorian Westphal <fw@strlen.de>
Wed, 16 Feb 2022 02:11:30 +0000 (18:11 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:52:06 +0000 (20:52 -0800)
commit952382c648e5929b961137840e1c5f65cf0cbef1
tree1339f599a7c681c0fdcb4f44132b1643af7f577c
parent51fa7f8ebf0e25c7a9039fa3988a623d5f3855aa
mptcp: don't save tcp data_ready and write space callbacks

Assign the helpers directly rather than save/restore in the context
structure.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.h
net/mptcp/subflow.c