SKB_PAD

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

 

NAME

skb_pad - zero pad the tail of an skb  

SYNOPSIS

struct sk_buff * skb_pad (struct sk_buff * skb, int pad);  

ARGUMENTS

skb
buffer to pad
pad
space to pad
 

DESCRIPTION

Ensure that a buffer is followed by a padding area that is zero filled. Used by network drivers which may DMA or transfer data beyond the buffer end onto the wire.

May return NULL in out of memory cases.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:22:01 GMT, April 13, 2004