diff options
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r-- | net/ipv6/raw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index aed7eb5c2123..5a426226c762 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
@@ -657,6 +657,8 @@ static int rawv6_send_hdrinc(struct sock *sk, struct msghdr *msg, int length, | |||
657 | 657 | ||
658 | skb->ip_summed = CHECKSUM_NONE; | 658 | skb->ip_summed = CHECKSUM_NONE; |
659 | 659 | ||
660 | skb_setup_tx_timestamp(skb, sockc->tsflags); | ||
661 | |||
660 | if (flags & MSG_CONFIRM) | 662 | if (flags & MSG_CONFIRM) |
661 | skb_set_dst_pending_confirm(skb, 1); | 663 | skb_set_dst_pending_confirm(skb, 1); |
662 | 664 | ||