Home
last modified time | relevance | path

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

/net/core/
Dskbuff.c3756 static bool skb_may_tx_timestamp(struct sock *sk, bool tsonly) in skb_may_tx_timestamp() argument
3760 if (likely(sysctl_tstamp_allow_data || tsonly)) in skb_may_tx_timestamp()
3798 bool tsonly; in __skb_tstamp_tx() local
3803 tsonly = sk->sk_tsflags & SOF_TIMESTAMPING_OPT_TSONLY; in __skb_tstamp_tx()
3804 if (!skb_may_tx_timestamp(sk, tsonly)) in __skb_tstamp_tx()
3807 if (tsonly) in __skb_tstamp_tx()
3814 if (tsonly) { in __skb_tstamp_tx()