diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 3e98ed2bff55..5e12dca7b3dd 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -598,6 +598,7 @@ slow_path: | |||
598 | /* for offloaded checksums cleanup checksum before fragmentation */ | 598 | /* for offloaded checksums cleanup checksum before fragmentation */ |
599 | if ((skb->ip_summed == CHECKSUM_PARTIAL) && skb_checksum_help(skb)) | 599 | if ((skb->ip_summed == CHECKSUM_PARTIAL) && skb_checksum_help(skb)) |
600 | goto fail; | 600 | goto fail; |
601 | iph = ip_hdr(skb); | ||
601 | 602 | ||
602 | left = skb->len - hlen; /* Space per frame */ | 603 | left = skb->len - hlen; /* Space per frame */ |
603 | ptr = hlen; /* Where to start from */ | 604 | ptr = hlen; /* Where to start from */ |