From: David S. Miller Date: Tue, 23 Sep 2008 07:44:42 +0000 (-0700) Subject: net: Add skb_queue_next(). X-Git-Tag: v2.6.28-rc1~717^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249c8b42c7e5e6f33d0ff983041f08278b137e53;p=pandora-kernel.git 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 --- Reading git-diff-tree failed