Scroll to navigation

SKB_GET_TIMESTAMP(9) Linux Networking SKB_GET_TIMESTAMP(9)

NAME

skb_get_timestamp - get timestamp from a skb

SYNOPSIS

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

ARGUMENTS

const struct sk_buff * skb

skb to get stamp from

struct timeval * 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

June 2017 Kernel Hackers Manual 4.11