]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4bf129408f9ce2cfc5c6ce21fac5b4a6f3330ab3
treeb4b0c1922e1128626b02482636c767392866b581
parent3c4f1b47089a126e72240c0f353a8093960800a2
net: Add skb_queue_is_last().

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>
include/linux/skbuff.h