Home
last modified time | relevance | path

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

/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
/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.c149 if (cmsg->cmsg_type == SO_TIMESTAMPING) { in flush_cmsg()
319 cm->cmsg_type = SO_TIMESTAMPING; in send_ts_cmsg()
578 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val))) in set_tx_timestamping()
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()