Searched refs:tsonly (Results 1 – 1 of 1) sorted by relevance
4533 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument4537 if (likely(sysctl_tstamp_allow_data || tsonly)) in skb_may_tx_timestamp()4575 bool tsonly, opt_stats = false; in __skb_tstamp_tx() local4584 tsonly = sk->sk_tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()4585 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()4588 if (tsonly) { in __skb_tstamp_tx()4604 if (tsonly) { in __skb_tstamp_tx()