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:
d258b49
)
net: Add skb_queue_next().
author
David S. Miller
<davem@davemloft.net>
Tue, 23 Sep 2008 07:44:42 +0000
(
00:44
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 23 Sep 2008 07:44:42 +0000
(
00:44
-0700)
A lot of code wants to iterate over an SKB queue at the top level using
it's own control structure and iterator scheme.
Provide skb_queue_next(), which is only valid to invoke if
skb_queue_is_last() returns false.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found