On 1/12/25 3:37 AM, Jason Xing wrote:
void __skb_tstamp_tx(struct sk_buff *orig_skb, const struct sk_buff *ack_skb, struct skb_shared_hwtstamps *hwtstamps, - struct sock *sk, int tstype) + struct sock *sk, bool sw, int tstype)
Instead of adding a new "bool sw" and changing all callers, is it the same as testing "!hwtstamps" ?