table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_GET_TIMESTAMP(9) | Linux Networking | SKB_GET_TIMESTAMP(9) |
NAME¶
skb_get_timestamp - get timestamp from a skbSYNOPSIS¶
void
skb_get_timestamp(const struct sk_buff * skb,
struct timeval * stamp);
ARGUMENTS¶
skbskb 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¶
February 2017 | Kernel Hackers Manual 3.16 |