__SKB_QUEUE_PURGE

Section: (9)
Updated: 13 April 2004
Index Return to Main Contents

 

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 does not take the list lock and the caller must hold the relevant locks to use it.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:21:53 GMT, April 13, 2004