diff options
| author | Eric Dumazet <[email protected]> | 2010-09-01 05:25:10 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-09-01 10:57:55 -0700 |
| commit | 6602cebb5bcac1fccf2850541f8bf9fcc8c86dee (patch) | |
| tree | f3fb30ed089106bf9a5f209edc7b1f9be1338571 /scripts | |
| parent | 86cac58b71227cc34a3d0e78f19585c0eff49ea3 (diff) | |
net: skbuff.c cleanup
(skb->data - skb->head) can be changed by skb_headroom(skb)
Remove some uses of NET_SKBUFF_DATA_USES_OFFSET, using
(skb_end_pointer(skb) - skb->head) or
(skb_tail_pointer(skb) - skb->head) : compiler does the right thing,
and this is more readable for us ;)
(struct skb_shared_info *) casts in pskb_expand_head() to help memcpy()
to use aligned moves.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions