Query: skb_queue_next
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_QUEUE_NEXT(9) Linux Networking SKB_QUEUE_NEXT(9)NAMEskb_queue_next - return the next packet in the queueSYNOPSISstruct sk_buff * skb_queue_next(const struct sk_buff_head * list, const struct sk_buff * skb);ARGUMENTSlist queue head skb current bufferDESCRIPTIONReturn the next packet in list after skb. It is only valid to call this if skb_queue_is_last evaluates to false.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_QUEUE_NEXT(9)