1SKB_GET_TIMESTAMP(9) Linux Networking SKB_GET_TIMESTAMP(9)
2
3
4
6 skb_get_timestamp - get timestamp from a skb
7
9 void skb_get_timestamp(const struct sk_buff * skb,
10 struct timeval * stamp);
11
13 skb
14 skb to get stamp from
15
16 stamp
17 pointer to struct timeval to store stamp in
18
20 Timestamps are stored in the skb as offsets to a base timestamp. This
21 function converts the offset back to a struct timeval and stores it in
22 stamp.
23
25Kernel Hackers Manual 3.10 June 2019 SKB_GET_TIMESTAMP(9)