Home
last modified time | relevance | path

Searched hist:"4 e637c70b503b686aae45716a25a94dc3a434f3a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.cdiff 4e637c70b503b686aae45716a25a94dc3a434f3a Mon May 25 16:41:13 CDT 2020 Florian Westphal <fw@strlen.de> 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: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>