diff options
| author | David S. Miller <davem@davemloft.net> | 2008-09-23 00:44:42 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-09-23 00:44:42 -0700 |
| commit | 249c8b42c7e5e6f33d0ff983041f08278b137e53 (patch) | |
| tree | d7ea5f0e659833a719978d0f76f4db109e013f6d /net/ipv4/tcp_output.c | |
| parent | d258b4914bcda9177bcc7bbd8e1a97b281b460af (diff) | |
| download | olio-linux-3.10-249c8b42c7e5e6f33d0ff983041f08278b137e53.tar.xz olio-linux-3.10-249c8b42c7e5e6f33d0ff983041f08278b137e53.zip | |
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>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions