Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dskbuff.c5249 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument
5253 if (likely(READ_ONCE(sysctl_tstamp_allow_data) || tsonly)) in skb_may_tx_timestamp()
5292 bool tsonly, opt_stats = false; in __skb_tstamp_tx() local
5303 tsonly = tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()
5304 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()
5307 if (tsonly) { in __skb_tstamp_tx()
5328 if (tsonly) { in __skb_tstamp_tx()