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