SKB_QUEUE_TAIL
Section: (9)
Updated: 06 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 tail of the list. This function takes the
list lock and can be used safely with other locking &sk_buff functions
safely.
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: 08:41:31 GMT, April 09, 2004