SKB_APPEND

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

 

NAME

skb_append - append a buffer  

SYNOPSIS

"SYNOPSIS"

void skb_append (struct sk_buff * old, struct sk_buff * newsk);  

ARGUMENTS

old
buffer to insert after
newsk
buffer to insert
 

DESCRIPTION

Place a packet after 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