skb_mstamp_us_delta (9) - Linux Manuals
skb_mstamp_us_delta: compute the difference in usec between two skb_mstamp
NAME
skb_mstamp_us_delta - compute the difference in usec between two skb_mstamp
SYNOPSIS
-
u32 skb_mstamp_us_delta(const struct skb_mstamp
* t1, const struct skb_mstamp* t0);
ARGUMENTS
t1
-
- pointer to newest sample
t0
- pointer to oldest sample
COPYRIGHT