1SKB_PREPARE_SEQ_READ(9) Linux Networking SKB_PREPARE_SEQ_READ(9)
2
3
4
6 skb_prepare_seq_read - Prepare a sequential read of skb data
7
9 void skb_prepare_seq_read(struct sk_buff * skb, unsigned int from,
10 unsigned int to, struct skb_seq_state * st);
11
13 skb
14 the buffer to read
15
16 from
17 lower offset of data to be read
18
19 to
20 upper offset of data to be read
21
22 st
23 state variable
24
26 Initializes the specified state variable. Must be called before
27 invoking skb_seq_read for the first time.
28
30Kernel Hackers Manual 3.10 June 2019 SKB_PREPARE_SEQ_READ(9)