SKB_RESERVE

Section: (9)
Updated: 06 August 2003
Index Return to Main Contents

 

NAME

skb_reserve - adjust headroom  

SYNOPSIS

void skb_reserve (struct sk_buff * skb, unsigned int len);  

ARGUMENTS

skb
buffer to alter
len
bytes to move
 

DESCRIPTION

Increase the headroom of an empty &sk_buff by reducing the tail room. This is only allowed for an empty buffer.  

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: 08:41:31 GMT, April 09, 2004