aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 3a2513f0d0c..99ef721f773 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -3016,7 +3016,7 @@ void skb_tstamp_tx(struct sk_buff *orig_skb,
3016 } else { 3016 } else {
3017 /* 3017 /*
3018 * no hardware time stamps available, 3018 * no hardware time stamps available,
3019 * so keep the skb_shared_tx and only 3019 * so keep the shared tx_flags and only
3020 * store software time stamp 3020 * store software time stamp
3021 */ 3021 */
3022 skb->tstamp = ktime_get_real(); 3022 skb->tstamp = ktime_get_real();