Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/include/uapi/asm-generic/
Dsocket.h128 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
143 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dsocket.h126 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
133 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
141 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsocket.h124 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
130 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
138 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dsocket.h132 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
139 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
147 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/tools/include/uapi/asm-generic/
Dsocket.h128 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
143 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/arch/mips/include/uapi/asm/
Dsocket.h143 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
150 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
158 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtimestamping.c37 #ifndef SO_TIMESTAMPING
38 # define SO_TIMESTAMPING 37 macro
39 # define SCM_TIMESTAMPING SO_TIMESTAMPING
177 case SO_TIMESTAMPING: { in printpacket()
421 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main()
444 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
Dtxtimestamp.c460 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
517 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
Drxtimestamp.c267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
/Linux-v5.4/drivers/ptp/
DKconfig54 packets using the SO_TIMESTAMPING API.
68 using the SO_TIMESTAMPING API.
87 using the SO_TIMESTAMPING API.
105 SO_TIMESTAMPING API.
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
DKconfig40 packets using the SO_TIMESTAMPING API.
49 using the SO_TIMESTAMPING API. Because the RX BD ring dynamic
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench_tx.c148 if (cmsg->cmsg_type == SO_TIMESTAMPING) { in flush_cmsg()
303 cm->cmsg_type = SO_TIMESTAMPING; in send_ts_cmsg()
549 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
/Linux-v5.4/Documentation/networking/
Dtimestamping.txt29 * SO_TIMESTAMPING
62 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW):
67 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
256 cmsg->cmsg_type = SO_TIMESTAMPING;
271 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
276 The SO_TIMESTAMPING interface supports timestamping of bytes in a
374 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
Dpacket_mmap.txt1011 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
/Linux-v5.4/Documentation/driver-api/
Dptp.rst8 Linux. Together with the SO_TIMESTAMPING socket options, this