tcp: sizeof struct tcp_skb_cb is 44
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 16 Jul 2010 04:41:00 +0000 (21:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jul 2010 04:41:00 +0000 (21:41 -0700)
Correct comment stating sizeof(struct tcp_skb_cb) is 36 or 40, since its
44 bytes, since commit 951dbc8ac714b04 ([IPV6]: Move nextheader offset
to the IP6CB).

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found