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

NAME

6       skb_dequeue_tail - remove from the tail of the queue
7

SYNOPSIS

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

ARGUMENTS

12       list
13           list to dequeue from
14

DESCRIPTION

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