Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h48 #define SO_TIMESTAMP 0x001d macro
49 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h37 #define SO_TIMESTAMP 0x4012 macro
38 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h56 #define SO_TIMESTAMP 29 macro
57 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h54 #define SO_TIMESTAMP 29 macro
55 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMP 29 macro
54 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h59 #define SO_TIMESTAMP 29 macro
60 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h49 #define SO_TIMESTAMP 29 macro
50 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h68 #define SO_TIMESTAMP 29 macro
69 #define SCM_TIMESTAMP SO_TIMESTAMP
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dtimestamping.c180 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()
Drxtimestamp.c256 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
/Linux-v4.19/Documentation/networking/
Dtimestamping.txt6 * 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/
Daf_rds.c433 case SO_TIMESTAMP: in rds_setsockopt()
/Linux-v4.19/net/core/
Dsock.c815 case SO_TIMESTAMP: in sock_setsockopt()
818 if (optname == SO_TIMESTAMP) in sock_setsockopt()
1181 case SO_TIMESTAMP: in sock_getsockopt()