table of contents
other versions
SKB_PREPARE_SEQ_READ(9) | Linux Networking | SKB_PREPARE_SEQ_READ(9) |
NAME¶
skb_prepare_seq_read - Prepare a sequential read of skb data
SYNOPSIS¶
void skb_prepare_seq_read(struct sk_buff * skb, unsigned int from, unsigned int to, struct skb_seq_state * st);
ARGUMENTS¶
struct sk_buff * skb
the buffer to read
unsigned int from
lower offset of data to be read
unsigned int to
upper offset of data to be read
struct skb_seq_state * st
state variable
DESCRIPTION¶
Initializes the specified state variable. Must be called before invoking skb_seq_read for the first time.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |