Rechercher une page de manuel
skb_trim
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_trim - remove end from a bufferSYNOPSIS
- void skb_trim(struct sk_buff * skb, unsigned int len);
ARGUMENTS
skb
- buffer to alter
len
- new length
DESCRIPTION
Cut the length of a buffer down by removing data from the tail. If the buffer is already under the length specified it is not modified. The skb must be linear.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre