centos man page for skb_queue_purge

Query: skb_queue_purge

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_QUEUE_PURGE(9)						 Linux Networking						SKB_QUEUE_PURGE(9)

NAME
skb_queue_purge - empty a list
SYNOPSIS
void skb_queue_purge(struct sk_buff_head * list);
ARGUMENTS
list list 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
Kernel Hackers Manual 3.10 June 2014 SKB_QUEUE_PURGE(9)
Related Man Pages
wait_event_interruptible_exclusive_locked_irq(9) - centos
list(3) - debian
skipsearch(3) - debian
skipnext(3) - debian
dtsearchmergeresults(3) - hpux
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?