Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c4709 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument
4713 if (likely(READ_ONCE(sysctl_tstamp_allow_data) || tsonly)) in skb_may_tx_timestamp()
4751 bool tsonly, opt_stats = false; in __skb_tstamp_tx() local
4760 tsonly = sk->sk_tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()
4761 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()
4764 if (tsonly) { in __skb_tstamp_tx()
4785 if (tsonly) { in __skb_tstamp_tx()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c5238 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument
5242 if (likely(READ_ONCE(sysctl_tstamp_allow_data) || tsonly)) in skb_may_tx_timestamp()
5281 bool tsonly, opt_stats = false; in __skb_tstamp_tx() local
5292 tsonly = tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()
5293 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()
5296 if (tsonly) { in __skb_tstamp_tx()
5317 if (tsonly) { in __skb_tstamp_tx()

Completed in 15 milliseconds