commit | b60b49ea6a3e1f8dcaf4148dad0daab61ab766d2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <[email protected]> | Wed Apr 19 21:35:00 2006 -0700 |
committer | David S. Miller <[email protected]> | Wed Apr 19 21:35:00 2006 -0700 |
tree | 83a18b5188d632692da34f9ed8265fcecb4d9f35 | |
parent | d47f3640fe2ac4da8a8e713a549e6eaf23ac2084 [diff] |
[TCP]: Account skb overhead in tcp_fragment Make sure that we get the full sizeof(struct sk_buff) plus the data size accounted for in skb->truesize. This will create invariants that will allow adding assertion checks on skb->truesize. Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: David S. Miller <[email protected]>