aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 468b01f01c13..df6a2eb20193 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -570,11 +570,10 @@ extern u32 __tcp_select_window(struct sock *sk);
570#define TCPHDR_CWR 0x80 570#define TCPHDR_CWR 0x80
571 571
572/* This is what the send packet queuing engine uses to pass 572/* This is what the send packet queuing engine uses to pass
573 * TCP per-packet control information to the transmission 573 * TCP per-packet control information to the transmission code.
574 * code. We also store the host-order sequence numbers in 574 * We also store the host-order sequence numbers in here too.
575 * here too. This is 36 bytes on 32-bit architectures, 575 * This is 44 bytes if IPV6 is enabled.
576 * 40 bytes on 64-bit machines, if this grows please adjust 576 * If this grows please adjust skbuff.h:skbuff->cb[xxx] size appropriately.
577 * skbuff.h:skbuff->cb[xxx] size appropriately.
578 */ 577 */
579struct tcp_skb_cb { 578struct tcp_skb_cb {
580 union { 579 union {