Rechercher une page de manuel
skb_store_bits
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_store_bits - store bits from kernel buffer to skbSYNOPSIS
- int skb_store_bits(struct sk_buff * skb, int offset, const void * from, int len);
ARGUMENTS
skb
- destination buffer
offset
- offset in destination
from
- source buffer
len
- number of bytes to copy
DESCRIPTION
Copy the specified number of bytes from the source buffer to the destination skb. This function handles all the messy bits of traversing fragment lists and such.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre