1SKB_DEQUEUE(9) Linux Networking SKB_DEQUEUE(9)
23
4
NAME
6skb_dequeue - remove from the head of the queue
7
SYNOPSIS
9struct sk_buff * skb_dequeue(struct sk_buff_head * list);
10
ARGUMENTS
12list
13list to dequeue from
14
DESCRIPTION
16Remove the head of the list. The list lock is taken so the function may
17be used safely with other locking list functions. The head item is
18returned or NULL if the list is empty.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 SKB_DEQUEUE(9)