__SKB_QUEUE_TAIL

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

__skb_queue_tail - queue a buffer at the list tail  

SYNOPSIS

void __skb_queue_tail (struct sk_buff_head * list, struct sk_buff * newsk);  

ARGUMENTS

list
list to use
newsk
buffer to queue
 

DESCRIPTION

Queue a buffer at the end of a list. This function takes no locks and you must therefore hold required locks before calling it.

A buffer cannot be placed on two lists at the same time.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:18 GMT, August 13, 2003