Rechercher une page de manuel
skb_get_timestamp
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
skb_get_timestamp - get timestamp from a skbSYNOPSIS
- void skb_get_timestamp(const struct sk_buff * skb, struct timeval * stamp);
ARGUMENTS
skb
- skb to get stamp from
stamp
- pointer to struct timeval to store stamp in
DESCRIPTION
Timestamps are stored in the skb as offsets to a base timestamp. This function converts the offset back to a struct timeval and stores it in stamp.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre