Rechercher une page de manuel
skb_append
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_append - append a bufferSYNOPSIS
- void skb_append(struct sk_buff * old, struct sk_buff * newsk, struct sk_buff_head * list);
ARGUMENTS
old
- buffer to insert after
newsk
- buffer to insert
list
- list to use
DESCRIPTION
Place a packet after a given packet in a list. The list locks are taken and this function is atomic with respect to other list locked calls. A buffer cannot be placed on two lists at the same time.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre