mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
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>
This commit is contained in:
parent
b5f61ab96d
commit
fc7ebb212d
1 changed files with 13 additions and 0 deletions
Loading…
Add table
Add a link
Reference in a new issue