|
@@ -4363,6 +4363,7 @@ static bool tcp_try_coalesce(struct sock *sk,
|
|
if (TCP_SKB_CB(from)->has_rxtstamp) {
|
|
if (TCP_SKB_CB(from)->has_rxtstamp) {
|
|
TCP_SKB_CB(to)->has_rxtstamp = true;
|
|
TCP_SKB_CB(to)->has_rxtstamp = true;
|
|
to->tstamp = from->tstamp;
|
|
to->tstamp = from->tstamp;
|
|
|
|
+ skb_hwtstamps(to)->hwtstamp = skb_hwtstamps(from)->hwtstamp;
|
|
}
|
|
}
|
|
|
|
|
|
return true;
|
|
return true;
|