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:
b5f61ab
)
net: Add skb_queue_is_last().
author
David S. Miller
<davem@davemloft.net>
Tue, 23 Sep 2008 07:34:07 +0000
(
00:34
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 23 Sep 2008 07:34:07 +0000
(
00:34
-0700)
Several bits of code want to know "is this the last SKB in
a queue", and all of them implement this by hand.
Provide an common interface to make this check.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found