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_next().
A lot of code wants to iterate over an SKB queue at the top level using it's own control structure and iterator scheme. Provide skb_queue_next(), which is only valid to invoke if skb_queue_is_last() returns false. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d258b4914b
commit
249c8b42c7
1 changed files with 18 additions and 0 deletions
Loading…
Add table
Add a link
Reference in a new issue