commit | f86586fa48a94c7a9c7f36650a2e0e4a947881c9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jul 15 21:41:00 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 15 21:41:00 2010 -0700 |
tree | d977100a3c72dcaeaeb90c0b776b36c2e8a57b90 | |
parent | 6ce28c6f55fe636c322ea909794cf19b20ef4b6b [diff] |
tcp: sizeof struct tcp_skb_cb is 44 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>