SKB_ORPHAN

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

 

NAME

skb_orphan - orphan a buffer  

SYNOPSIS

void skb_orphan (struct sk_buff * skb);  

ARGUMENTS

skb
buffer to orphan
 

DESCRIPTION

If a buffer currently has an owner then we call the owner's destructor function and make the skb unowned. The buffer continues to exist but is no longer charged to its former owner.  

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