SKB_INSERT
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
skb_insert - insert a buffer
SYNOPSIS
void skb_insert (struct sk_buff * old, struct sk_buff * newsk);
ARGUMENTS
- old
-
buffer to insert before
- newsk
-
buffer to insert
DESCRIPTION
Place a packet before a given packet in a list. The list locks are taken
and this function is atomic with respect to other list locked calls
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: 09:20:09 GMT, April 09, 2004