table of contents
other versions
- stretch 4.9.168-1
SKB_PREPARE_SEQ_READ(9) | Linux Networking | SKB_PREPARE_SEQ_READ(9) |
NAME¶
skb_prepare_seq_read - Prepare a sequential read of skb dataSYNOPSIS¶
void skb_prepare_seq_read(struct sk_buff * skb, unsigned int from, unsigned int to, struct skb_seq_state * st);
ARGUMENTS¶
skbthe 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.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |