Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A 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()
H A 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()
H A Dtxtimestamp.c581 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
641 cmsg->cmsg_type = SO_TIMESTAMPING; in do_test()
H A Drxtimestamp.c290 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
/linux/drivers/net/ethernet/xscale/
H A DKconfig40 using the SO_TIMESTAMPING API.
/linux/Documentation/driver-api/
H A Dptp.rst8 Linux. Together with the SO_TIMESTAMPING socket options, this
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c598 ret = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val)); in timestamping_enable()
/linux/Documentation/networking/
H A Dpacket_mmap.rst1035 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING::