Home
last modified time | relevance | path

Searched refs:SIOCGSTAMPNS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsockios.h43 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro
47 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c268 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket()
/openbmc/qemu/linux-user/
H A Dsyscall.c5393 ret = get_errno(safe_ioctl(fd, SIOCGSTAMPNS, &ts)); in do_ioctl_SIOCGSTAMPNS()