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 076f51646d26..c55a5432cf37 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -390,7 +390,7 @@ static int raw_send_hdrinc(struct sock *sk, struct flowi4 *fl4, | |||
390 | 390 | ||
391 | skb->ip_summed = CHECKSUM_NONE; | 391 | skb->ip_summed = CHECKSUM_NONE; |
392 | 392 | ||
393 | sock_tx_timestamp(sk, sockc->tsflags, &skb_shinfo(skb)->tx_flags); | 393 | skb_setup_tx_timestamp(skb, sockc->tsflags); |
394 | 394 | ||
395 | if (flags & MSG_CONFIRM) | 395 | if (flags & MSG_CONFIRM) |
396 | skb_set_dst_pending_confirm(skb, 1); | 396 | skb_set_dst_pending_confirm(skb, 1); |