table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SKB_QUEUE_PURGE(9) | Linux Networking | SKB_QUEUE_PURGE(9) |
NAME¶
skb_queue_purge - empty a listSYNOPSIS¶
void
skb_queue_purge(struct sk_buff_head * list);
ARGUMENTS¶
listlist to empty
DESCRIPTION¶
Delete all buffers on an sk_buff list. Each buffer is removed from the list and one reference dropped. This function takes the list lock and is atomic with respect to other list locking functions.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |