SKB_INSERT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

skb_insert - insert a buffer  

SYNOPSIS

"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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:48 GMT, October 09, 2005