Rechercher une page de manuel
skb_prepare_seq_read
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
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
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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre