SKB_STORE_BITS

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

 

NAME

skb_store_bits - store bits from kernel buffer to skb  

SYNOPSIS

"SYNOPSIS"

int skb_store_bits (const struct sk_buff * skb, int offset, void * from, int len);  

ARGUMENTS

skb
destination buffer
offset
offset in destination
from
source buffer
len
number of bytes to copy
 

DESCRIPTION

Copy the specified number of bytes from the source buffer to the destination skb. This function handles all the messy bits of traversing fragment lists and such.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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