.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SKB_QUEUE_PURGE" "9" "09 October 2005" "" "" .SH NAME skb_queue_purge \- empty a list .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void skb_queue_purge (struct sk_buff_head * \fIlist\fB); \fR .SH "ARGUMENTS" .TP \fB\fIlist\fB\fR list to empty .SH "DESCRIPTION" .PP 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.