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