Home
last modified time | relevance | path

Searched refs:SOF_TIMESTAMPING_OPT_CMSG (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dnet_tstamp.h39 SOF_TIMESTAMPING_OPT_CMSG = (1<<10), enumerator
/linux-6.15/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c570 int val = SOF_TIMESTAMPING_OPT_CMSG | SOF_TIMESTAMPING_OPT_ID | in set_tx_timestamping()
H A Dtxtimestamp.c572 SOF_TIMESTAMPING_OPT_CMSG | in do_test()
/linux-6.15/Documentation/networking/
H A Dj1939.rst663 SOF_TIMESTAMPING_RX_SOFTWARE | SOF_TIMESTAMPING_OPT_CMSG;
669 ``SOF_TIMESTAMPING_OPT_ID`` and ``SOF_TIMESTAMPING_OPT_CMSG`` enabled), the
843 - ``SOF_TIMESTAMPING_OPT_CMSG``: Sends timestamp information through control
868 int sock_opt = SOF_TIMESTAMPING_OPT_CMSG |
H A Dtimestamping.rst249 SOF_TIMESTAMPING_OPT_CMSG:
264 This option disables SOF_TIMESTAMPING_OPT_CMSG.
315 Then pass option SOF_TIMESTAMPING_OPT_CMSG. This option depends on
/linux-6.15/net/ethtool/
H A Dcommon.c471 [const_ilog2(SOF_TIMESTAMPING_OPT_CMSG)] = "option-cmsg",
/linux-6.15/net/ipv4/
H A Dip_sockglue.c512 if (!(READ_ONCE(sk->sk_tsflags) & SOF_TIMESTAMPING_OPT_CMSG) || in ipv4_datagram_support_cmsg()