SKB_PREPARE_SEQ_READ

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

 

NAME

skb_prepare_seq_read - Prepare a sequential read of skb data  

SYNOPSIS

"SYNOPSIS"

void skb_prepare_seq_read (struct sk_buff * skb, unsigned int from, unsigned int to, struct skb_seq_state * st);  

ARGUMENTS

skb
the buffer to read
from
lower offset of data to be read
to
upper offset of data to be read
st
state variable
 

DESCRIPTION

Initializes the specified state variable. Must be called before invoking skb_seq_read for the first time.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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