Home
last modified time | relevance | path

Searched hist:b75803d52a2ce1f6cbaf7ae0ae40a369210070cf (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dtcp.hdiff b75803d52a2ce1f6cbaf7ae0ae40a369210070cf Sat May 07 05:35:35 CEST 2016 Lawrence Brakmo <brakmo@fb.com> tcp: refactor struct tcp_skb_cb

Refactor tcp_skb_cb to create two overlaping areas to store
state for incoming or outgoing skbs based on comments by
Neal Cardwell to tcp_nv patch:

AFAICT this patch would not require an increase in the size of
sk_buff cb[] if it were to take advantage of the fact that the
tcp_skb_cb header.h4 and header.h6 fields are only used in the packet
reception code path, and this in_flight field is only used on the
transmit side.

Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>