Searched refs:SIOCGSTAMPNS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sockios.h | 43 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro 47 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sockios.h | 43 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro 47 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sockios.h | 30 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro 33 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? SIOCGSTAMPNS_OLD : SIOCGSTAMPNS_NEW) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sockios.h | 30 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro 33 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? SIOCGSTAMPNS_OLD : SIOCGSTAMPNS_NEW) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | sockios.h | 14 #define SIOCGSTAMPNS 0x8907 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | timestamping.c | 62 " SIOCGSTAMPNS - more accurate socket time stamp\n"); in usage() 250 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket() 251 printf(" %s: %s\n", "SIOCGSTAMPNS", strerror(errno)); in printpacket() 253 printf("SIOCGSTAMPNS %ld.%09ld\n", in printpacket() 334 else if (!strcasecmp(argv[i], "SIOCGSTAMPNS")) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | timestamping.c | 63 " SIOCGSTAMPNS - more accurate socket time stamp\n" in usage() 268 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket() 269 printf(" %s: %s\n", "SIOCGSTAMPNS", strerror(errno)); in printpacket() 271 printf("SIOCGSTAMPNS %ld.%09ld\n", in printpacket() 359 else if (!strcasecmp(argv[i], "SIOCGSTAMPNS")) in main()
|
Completed in 4 milliseconds