Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/asm-generic/
Dsocket.h130 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
137 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
145 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/include/uapi/asm-generic/
Dsocket.h141 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
148 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
156 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/arch/sparc/include/uapi/asm/
Dsocket.h139 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
146 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
154 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/arch/parisc/include/uapi/asm/
Dsocket.h137 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
143 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
151 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/arch/alpha/include/uapi/asm/
Dsocket.h145 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
152 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
160 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/arch/mips/include/uapi/asm/
Dsocket.h156 #define SO_TIMESTAMPING SO_TIMESTAMPING_OLD macro
163 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMES… macro
171 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v6.1/tools/testing/selftests/net/
Dtimestamping.c37 #ifndef SO_TIMESTAMPING
38 # define SO_TIMESTAMPING 37 macro
39 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: { in printpacket()
460 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping, in main()
483 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &so_timestamping_get, in main()
Dudpgso_bench_tx.c148 if (cmsg->cmsg_type == SO_TIMESTAMPING) { in flush_cmsg()
303 cm->cmsg_type = SO_TIMESTAMPING; in send_ts_cmsg()
556 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
Dcmsg_sender.c282 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in cs_write_cmsg()
292 cmsg->cmsg_type = SO_TIMESTAMPING; in cs_write_cmsg()
Dtxtimestamp.c573 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
630 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
Drxtimestamp.c272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
/Linux-v6.1/drivers/ptp/
DKconfig67 packets using the SO_TIMESTAMPING API.
87 using the SO_TIMESTAMPING API.
117 SO_TIMESTAMPING API.
/Linux-v6.1/drivers/net/ethernet/xscale/
DKconfig40 using the SO_TIMESTAMPING API.
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
DKconfig54 packets using the SO_TIMESTAMPING API.
/Linux-v6.1/Documentation/networking/
Dtimestamping.rst36 SO_TIMESTAMPING
71 1.3 SO_TIMESTAMPING (also SO_TIMESTAMPING_OLD and SO_TIMESTAMPING_NEW)
77 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
263 cmsg->cmsg_type = SO_TIMESTAMPING;
278 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
284 The SO_TIMESTAMPING interface supports timestamping of bytes in a
384 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
629 hardware timestamping on it. This is because the SO_TIMESTAMPING API does not
Dpacket_mmap.rst1034 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
Dethtool-netlink.rst1176 ``ETHTOOL_A_TSINFO_TIMESTAMPING`` bitset SO_TIMESTAMPING flags
/Linux-v6.1/Documentation/driver-api/
Dptp.rst8 Linux. Together with the SO_TIMESTAMPING socket options, this