Home
last modified time | relevance | path

Searched refs:SOF_TIMESTAMPING_OPT_TSONLY (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dnet_tstamp.h29 SOF_TIMESTAMPING_OPT_TSONLY = (1<<11), enumerator
/linux-6.6.21/tools/testing/selftests/net/
Dcmsg_sender.c280 SOF_TIMESTAMPING_OPT_TSONLY; in cs_write_cmsg()
Dudpgso_bench_tx.c571 SOF_TIMESTAMPING_OPT_TSONLY; in set_tx_timestamping()
Dtxtimestamp.c571 sock_opt |= SOF_TIMESTAMPING_OPT_TSONLY; in do_test()
/linux-6.6.21/Documentation/networking/
Dtimestamping.rst235 SOF_TIMESTAMPING_OPT_TSONLY:
245 It must be used together with SOF_TIMESTAMPING_OPT_TSONLY. When the
270 disambiguate timestamps and SOF_TIMESTAMPING_OPT_TSONLY to operate
277 combined with SOF_TIMESTAMPING_OPT_TSONLY.
/linux-6.6.21/net/ethtool/
Dcommon.c423 [const_ilog2(SOF_TIMESTAMPING_OPT_TSONLY)] = "option-tsonly",
/linux-6.6.21/Documentation/admin-guide/sysctl/
Dnet.rst228 processes are dropped unless socket option SOF_TIMESTAMPING_OPT_TSONLY is set.
/linux-6.6.21/net/core/
Dsock.c932 !(val & SOF_TIMESTAMPING_OPT_TSONLY)) in sock_set_timestamping()
Dskbuff.c5292 tsonly = tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()