Skip to content
Snippets Groups Projects
Commit 249c8b42 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent d258b491
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment