Skip to content
Commit 4e637c70 authored by Florian Westphal's avatar Florian Westphal Committed by David S. Miller
Browse files

mptcp: attempt coalescing when moving skbs to mptcp rx queue



We can try to coalesce skbs we take from the subflows rx queue with the
tail of the mptcp rx queue.

If successful, the skb head can be discarded early.

We can also free the skb extensions, we do not access them after this.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 12b1bc75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment