net: Add skb_queue_is_last().
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2008 07:34:07 +0000 (00:34 -0700)
committerDavid 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