SKB_UNLINK

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

 

NAME

skb_unlink - remove a buffer from a list  

SYNOPSIS

"SYNOPSIS"

void skb_unlink (struct sk_buff * skb);  

ARGUMENTS

skb
buffer to remove
 

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

Works even without knowing the list it is sitting on, which can be handy at times. It also means that THE LIST MUST EXIST when you unlink. Thus a list must have its contents unlinked before it is destroyed.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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