Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnet_tstamp.h28 SOF_TIMESTAMPING_OPT_CMSG = (1<<10), enumerator
/linux/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.c565 SOF_TIMESTAMPING_OPT_CMSG | in do_test()
/linux/net/ethtool/
H A Dcommon.c422 [const_ilog2(SOF_TIMESTAMPING_OPT_CMSG)] = "option-cmsg",
/linux/Documentation/networking/
H A Dtimestamping.rst226 SOF_TIMESTAMPING_OPT_CMSG:
241 This option disables SOF_TIMESTAMPING_OPT_CMSG.
275 Then pass option SOF_TIMESTAMPING_OPT_CMSG. This option depends on
/linux/net/ipv4/
H A Dip_sockglue.c512 if (!(READ_ONCE(sk->sk_tsflags) & SOF_TIMESTAMPING_OPT_CMSG) || in ipv4_datagram_support_cmsg()