Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnet_tstamp.h29 SOF_TIMESTAMPING_OPT_TSONLY = (1<<11), enumerator
/linux-6.12.1/tools/testing/selftests/net/
Dcmsg_sender.c427 SOF_TIMESTAMPING_OPT_TSONLY; in ca_set_sockopts()
Dudpgso_bench_tx.c571 SOF_TIMESTAMPING_OPT_TSONLY; in set_tx_timestamping()
Dtxtimestamp.c576 sock_opt |= SOF_TIMESTAMPING_OPT_TSONLY; in do_test()
/linux-6.12.1/Documentation/networking/
Dtimestamping.rst236 SOF_TIMESTAMPING_OPT_TSONLY:
246 It must be used together with SOF_TIMESTAMPING_OPT_TSONLY. When the
288 disambiguate timestamps and SOF_TIMESTAMPING_OPT_TSONLY to operate
295 combined with SOF_TIMESTAMPING_OPT_TSONLY.
/linux-6.12.1/net/ethtool/
Dcommon.c424 [const_ilog2(SOF_TIMESTAMPING_OPT_TSONLY)] = "option-tsonly",
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dnet.rst235 processes are dropped unless socket option SOF_TIMESTAMPING_OPT_TSONLY is set.
/linux-6.12.1/net/core/
Dsock.c928 !(val & SOF_TIMESTAMPING_OPT_TSONLY)) in sock_set_timestamping()
Dskbuff.c5559 tsonly = tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()