Rechercher une page de manuel
skb_clone_writable
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_clone_writable - is the header of a clone writableSYNOPSIS
- int skb_clone_writable(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb
- buffer to check
len
- length up to which to write
DESCRIPTION
Returns true if modifying the header part of the cloned buffer does not requires the data to be copied.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre