[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
authorEric Dumazet <dada1@cosmosbay.com>
Mon, 19 Mar 2007 00:33:16 +0000 (17:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:04 +0000 (22:24 -0700)
Now network timestamps use ktime_t infrastructure, we can add a new
ioctl() SIOCGSTAMPNS command to get timestamps in 'struct timespec'.
User programs can thus access to nanosecond resolution.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
CC: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found