commit | fc7ebb212d3e51d1188948d975aa93dbb0f58b25 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Sep 23 00:34:07 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 23 00:34:07 2008 -0700 |
tree | b4b0c1922e1128626b02482636c767392866b581 | |
parent | b5f61ab96dd093c5190c1540fed14f71ed821ce7 [diff] |
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>