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

NAME

6       skb_dequeue - remove from the head of the queue
7

SYNOPSIS

9       struct sk_buff * skb_dequeue(struct sk_buff_head * list);
10

ARGUMENTS

12       list
13           list to dequeue from
14

DESCRIPTION

16       Remove the head of the list. The list lock is taken so the function may
17       be used safely with other locking list functions. The head item is
18       returned or NULL if the list is empty.
19
21Kernel Hackers Manual 3.10         June 2019                    SKB_DEQUEUE(9)
Impressum