Rechercher une page de manuel
skb_queue_prev
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_queue_prev - return the prev packet in the queueSYNOPSIS
- struct sk_buff * skb_queue_prev(const struct sk_buff_head * list, const struct sk_buff * skb);
ARGUMENTS
list
- queue head
skb
- current buffer
DESCRIPTION
Return the prev packet in list before skb. It is only valid to call this if skb_queue_is_first evaluates to false.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre