Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnet_tstamp.h29 SOF_TIMESTAMPING_OPT_TSONLY = (1<<11), enumerator
/openbmc/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c280 SOF_TIMESTAMPING_OPT_TSONLY; in cs_write_cmsg()
H A Dudpgso_bench_tx.c571 SOF_TIMESTAMPING_OPT_TSONLY; in set_tx_timestamping()
H A Dtxtimestamp.c571 sock_opt |= SOF_TIMESTAMPING_OPT_TSONLY; in do_test()
/openbmc/linux/Documentation/networking/
H A 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.
/openbmc/linux/net/ethtool/
H A Dcommon.c423 [const_ilog2(SOF_TIMESTAMPING_OPT_TSONLY)] = "option-tsonly",
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst233 processes are dropped unless socket option SOF_TIMESTAMPING_OPT_TSONLY is set.
/openbmc/linux/net/core/
H A Dsock.c933 !(val & SOF_TIMESTAMPING_OPT_TSONLY)) in sock_set_timestamping()
H A Dskbuff.c5303 tsonly = tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()