__SKB_QUEUE_HEAD
Section: (9)
Updated: 13 April 2004
Index
Return to Main Contents
NAME
__skb_queue_head - queue a buffer at the list head
SYNOPSIS
void __skb_queue_head (struct sk_buff_head * list, struct sk_buff * newsk);
ARGUMENTS
- list
-
list to use
- newsk
-
buffer to queue
DESCRIPTION
Queue a buffer at the start 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.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