Man page 9 : skb_prepare_seq_read
"SKB_PREPARE_SEQ_READ" "9" "August 2013" "Kernel Hackers Manual 3.10" "Linux Networking"
Page d'accueil du man
Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian , Linux Kernel et du projet Perkamon .
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires .
Article lu fois.
1. NAME▲
skb_prepare_seq_read - Prepare a sequential read of skb data
2. SYNOPSIS ▲
void skb_prepare_seq_read(struct sk_buff * skb , unsigned int from , unsigned int to , struct skb_seq_state * st );
3. 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
4. DESCRIPTION ▲
Initializes the specified state variable. Must be called before invoking skb_seq_read for the first time.
5. COPYRIGHT ▲
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la
Licence Creative Commons Attribution 3.0 non transposé .
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.