table of contents
other versions
- wheezy 3.2.78-1
SKB_QUEUE_PREV(9) | Linux Networking | SKB_QUEUE_PREV(9) |
NAME¶
skb_queue_prev - return the prev packet in the queueSYNOPSIS¶
struct
sk_buff *
skb_queue_prev(const struct sk_buff_head * list,
const struct sk_buff * skb);
ARGUMENTS¶
listqueue head
skb
current buffer
DESCRIPTION¶
Return the prev packet in list before skb. It is only valid to call this if skb_queue_is_first evaluates to false.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |