Searched refs:SO_TIMESTAMPING (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A 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()
|
H A 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()
|
H A D | txtimestamp.c | 581 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test() 641 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
|
H A D | rxtimestamp.c | 290 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
|
/linux/drivers/net/ethernet/xscale/ |
H A D | Kconfig | 40 using the SO_TIMESTAMPING API.
|
/linux/Documentation/driver-api/ |
H A D | ptp.rst | 8 Linux. Together with the SO_TIMESTAMPING socket options, this
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 598 ret = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); in timestamping_enable()
|
/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 1035 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::
|