Searched refs:SO_TIMESTAMP (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/arch/sparc/include/uapi/asm/ |
| D | socket.h | 48 #define SO_TIMESTAMP 0x001d macro 49 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | socket.h | 37 #define SO_TIMESTAMP 0x4012 macro 38 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/ia64/include/uapi/asm/ |
| D | socket.h | 56 #define SO_TIMESTAMP 29 macro 57 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | socket.h | 54 #define SO_TIMESTAMP 29 macro 55 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/s390/include/uapi/asm/ |
| D | socket.h | 53 #define SO_TIMESTAMP 29 macro 54 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | socket.h | 59 #define SO_TIMESTAMP 29 macro 60 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | socket.h | 49 #define SO_TIMESTAMP 29 macro 50 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | socket.h | 68 #define SO_TIMESTAMP 29 macro 69 #define SCM_TIMESTAMP SO_TIMESTAMP
|
| /Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
| D | timestamping.c | 180 case SO_TIMESTAMP: { in printpacket() 430 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, in main() 452 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0) in main()
|
| D | rxtimestamp.c | 256 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
| /Linux-v4.19/Documentation/networking/ |
| D | timestamping.txt | 6 * SO_TIMESTAMP 12 Same timestamping mechanism as SO_TIMESTAMP, but reports the 15 * IP_MULTICAST_LOOP + SO_TIMESTAMP[NS] 25 1.1 SO_TIMESTAMP: 37 This option is identical to SO_TIMESTAMP except for the returned data type. 39 timeval of SO_TIMESTAMP (ms). 318 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved. 340 Note that if the SO_TIMESTAMP or SO_TIMESTAMPNS option is enabled
|
| /Linux-v4.19/net/rds/ |
| D | af_rds.c | 433 case SO_TIMESTAMP: in rds_setsockopt()
|
| /Linux-v4.19/net/core/ |
| D | sock.c | 815 case SO_TIMESTAMP: in sock_setsockopt() 818 if (optname == SO_TIMESTAMP) in sock_setsockopt() 1181 case SO_TIMESTAMP: in sock_getsockopt()
|