Searched refs:SO_TIMESTAMPING (Results 1 – 16 of 16) sorted by relevance
| /Linux-v4.19/arch/sparc/include/uapi/asm/ |
| D | socket.h | 58 #define SO_TIMESTAMPING 0x0023 macro 59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | socket.h | 61 #define SO_TIMESTAMPING 0x4020 macro 62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/ia64/include/uapi/asm/ |
| D | socket.h | 68 #define SO_TIMESTAMPING 37 macro 69 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | socket.h | 69 #define SO_TIMESTAMPING 37 macro 70 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/s390/include/uapi/asm/ |
| D | socket.h | 65 #define SO_TIMESTAMPING 37 macro 66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | socket.h | 70 #define SO_TIMESTAMPING 37 macro 71 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | socket.h | 61 #define SO_TIMESTAMPING 37 macro 62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | socket.h | 80 #define SO_TIMESTAMPING 37 macro 81 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
| /Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
| D | timestamping.c | 48 #ifndef SO_TIMESTAMPING 49 # define SO_TIMESTAMPING 37 macro 50 # define SCM_TIMESTAMPING SO_TIMESTAMPING 196 case SO_TIMESTAMPING: { in printpacket() 440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main() 463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
|
| D | rxtimestamp.c | 266 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|
| D | txtimestamp.c | 330 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
|
| /Linux-v4.19/drivers/ptp/ |
| D | Kconfig | 53 packets using the SO_TIMESTAMPING API. 67 using the SO_TIMESTAMPING API. 86 using the SO_TIMESTAMPING API. 104 SO_TIMESTAMPING API.
|
| /Linux-v4.19/Documentation/networking/ |
| D | timestamping.txt | 19 * SO_TIMESTAMPING 42 1.3 SO_TIMESTAMPING: 47 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); 236 cmsg->cmsg_type = SO_TIMESTAMPING; 251 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); 256 The SO_TIMESTAMPING interface supports timestamping of bytes in a 341 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
|
| D | packet_mmap.txt | 1011 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
|
| /Linux-v4.19/Documentation/ptp/ |
| D | ptp.txt | 5 Linux. Together with the SO_TIMESTAMPING socket options, this
|
| /Linux-v4.19/net/core/ |
| D | sock.c | 830 case SO_TIMESTAMPING: in sock_setsockopt() 1190 case SO_TIMESTAMPING: in sock_getsockopt() 2116 case SO_TIMESTAMPING: in __sock_cmsg_send()
|