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

NAME

6       skb_queue_purge - empty a list
7

SYNOPSIS

9       void skb_queue_purge(struct sk_buff_head * list);
10

ARGUMENTS

12       list
13           list to empty
14

DESCRIPTION

16       Delete all buffers on an sk_buff list. Each buffer is removed from the
17       list and one reference dropped. This function takes the list lock and
18       is atomic with respect to other list locking functions.
19
21Kernel Hackers Manual 3.10         June 2019                SKB_QUEUE_PURGE(9)
Impressum