.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SKB_PREPARE_SEQ_READ" "9" "09 October 2005" "" "" .SH NAME skb_prepare_seq_read \- Prepare a sequential read of skb data .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void skb_prepare_seq_read (struct sk_buff * \fIskb\fB, unsigned int \fIfrom\fB, unsigned int \fIto\fB, struct skb_seq_state * \fIst\fB); \fR .SH "ARGUMENTS" .TP \fB\fIskb\fB\fR the buffer to read .TP \fB\fIfrom\fB\fR lower offset of data to be read .TP \fB\fIto\fB\fR upper offset of data to be read .TP \fB\fIst\fB\fR state variable .SH "DESCRIPTION" .PP Initializes the specified state variable. Must be called before invoking \fBskb_seq_read\fR for the first time.