1SKB_QUEUE_PREV(9)              Linux Networking              SKB_QUEUE_PREV(9)
2
3
4

NAME

6       skb_queue_prev - return the prev packet in the queue
7

SYNOPSIS

9       struct sk_buff * skb_queue_prev(const struct sk_buff_head * list,
10                                       const struct sk_buff * skb);
11

ARGUMENTS

13       list
14           queue head
15
16       skb
17           current buffer
18

DESCRIPTION

20       Return the prev packet in list before skb. It is only valid to call
21       this if skb_queue_is_first evaluates to false.
22
24Kernel Hackers Manual 3.10         June 2019                 SKB_QUEUE_PREV(9)
Impressum