SKB_APPEND

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

skb_append - append a buffer  

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.  

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:51:16 GMT, April 09, 2004