git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd76785
)
net: add skb frag size accessors
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 18 Oct 2011 21:00:24 +0000
(21:00 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Oct 2011 07:10:46 +0000
(
03:10
-0400)
To ease skb->truesize sanitization, its better to be able to localize
all references to skb frags size.
Define accessors : skb_frag_size() to fetch frag size, and
skb_frag_size_{set|add|sub}() to manipulate it.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found