skb_set_timestamp(9)

NAME

skb_set_timestamp - set timestamp of a skb

SYNOPSIS

void skb_set_timestamp(struct sk_buff * skb, const  struct
timeval * stamp);

ARGUMENTS

skb
skb to set stamp of
stamp
pointer to struct timeval to get stamp from

DESCRIPTION

Timestamps are stored in the skb as offsets to a base
timestamp. This function converts a struct timeval to an offset
and stores it in the skb.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout