Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dskbuff.c4868 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument
4872 if (likely(sysctl_tstamp_allow_data || tsonly)) in skb_may_tx_timestamp()
4911 bool tsonly, opt_stats = false; in __skb_tstamp_tx() local
4920 tsonly = sk->sk_tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()
4921 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()
4924 if (tsonly) { in __skb_tstamp_tx()
4941 if (tsonly) { in __skb_tstamp_tx()