Rechercher une page de manuel
skb_morph
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_morph - morph one skb into anotherSYNOPSIS
- struct sk_buff * skb_morph(struct sk_buff * dst, struct sk_buff * src);
ARGUMENTS
dst
- the skb to receive the contents
src
- the skb to supply the contents
DESCRIPTION
This is identical to skb_clone except that the target skb is supplied by the user.
The target skb is returned upon exit.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre