Searched refs:SO_TIMESTAMPNS (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/arch/sparc/include/uapi/asm/ |
| D | socket.h | 53 #define SO_TIMESTAMPNS 0x0021 macro 54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | socket.h | 39 #define SO_TIMESTAMPNS 0x4013 macro 40 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/ia64/include/uapi/asm/ |
| D | socket.h | 63 #define SO_TIMESTAMPNS 35 macro 64 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | socket.h | 59 #define SO_TIMESTAMPNS 35 macro 60 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/s390/include/uapi/asm/ |
| D | socket.h | 60 #define SO_TIMESTAMPNS 35 macro 61 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | socket.h | 65 #define SO_TIMESTAMPNS 35 macro 66 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | socket.h | 56 #define SO_TIMESTAMPNS 35 macro 57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | socket.h | 75 #define SO_TIMESTAMPNS 35 macro 76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
| /Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
| D | timestamping.c | 53 #ifndef SO_TIMESTAMPNS 54 # define SO_TIMESTAMPNS 35 macro 188 case SO_TIMESTAMPNS: { in printpacket() 435 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, in main() 457 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, &val, &len) < 0) in main()
|
| D | rxtimestamp.c | 261 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
|
| /Linux-v4.19/Documentation/networking/ |
| D | timestamping.txt | 11 * SO_TIMESTAMPNS 35 1.2 SO_TIMESTAMPNS: 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/rxrpc/ |
| D | local_object.c | 205 ret = kernel_setsockopt(local->socket, SOL_SOCKET, SO_TIMESTAMPNS, in rxrpc_open_socket()
|
| /Linux-v4.19/net/core/ |
| D | sock.c | 816 case SO_TIMESTAMPNS: in sock_setsockopt() 1186 case SO_TIMESTAMPNS: in sock_getsockopt()
|