diff options
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r-- | net/ipv4/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 8ca3eb06ba04..169a652b3dd1 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -391,7 +391,7 @@ static int raw_send_hdrinc(struct sock *sk, struct flowi4 *fl4, | |||
391 | 391 | ||
392 | skb->ip_summed = CHECKSUM_NONE; | 392 | skb->ip_summed = CHECKSUM_NONE; |
393 | 393 | ||
394 | sock_tx_timestamp(sk, sockc->tsflags, &skb_shinfo(skb)->tx_flags); | 394 | skb_setup_tx_timestamp(skb, sockc->tsflags); |
395 | 395 | ||
396 | if (flags & MSG_CONFIRM) | 396 | if (flags & MSG_CONFIRM) |
397 | skb_set_dst_pending_confirm(skb, 1); | 397 | skb_set_dst_pending_confirm(skb, 1); |