Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPNS (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMPNS 0x0021 macro
54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h39 #define SO_TIMESTAMPNS 0x4013 macro
40 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h63 #define SO_TIMESTAMPNS 35 macro
64 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h59 #define SO_TIMESTAMPNS 35 macro
60 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h60 #define SO_TIMESTAMPNS 35 macro
61 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h65 #define SO_TIMESTAMPNS 35 macro
66 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h56 #define SO_TIMESTAMPNS 35 macro
57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h75 #define SO_TIMESTAMPNS 35 macro
76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dtimestamping.c53 #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()
Drxtimestamp.c261 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
/Linux-v4.19/Documentation/networking/
Dtimestamping.txt11 * 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/
Dlocal_object.c205 ret = kernel_setsockopt(local->socket, SOL_SOCKET, SO_TIMESTAMPNS, in rxrpc_open_socket()
/Linux-v4.19/net/core/
Dsock.c816 case SO_TIMESTAMPNS: in sock_setsockopt()
1186 case SO_TIMESTAMPNS: in sock_getsockopt()