Searched refs:SO_TIMESTAMPING (Results 1 – 5 of 5) sorted by relevance
/tools/include/uapi/asm-generic/ |
D | socket.h | 128 #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/ |
D | timestamping.c | 37 #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()
|
D | udpgso_bench_tx.c | 149 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()
|
D | txtimestamp.c | 573 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test() 630 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
|
D | rxtimestamp.c | 272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|