Rechercher une page de manuel
skb_queue_is_first
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_queue_is_first - check if skb is the first entry in the queueSYNOPSIS
- bool skb_queue_is_first(const struct sk_buff_head * list, const struct sk_buff * skb);
ARGUMENTS
list
- queue head
skb
- buffer
DESCRIPTION
Returns true if skb is the first buffer on the list.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre