aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r--net/ipv4/ip_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index eae228469627..15de9d43950e 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -928,9 +928,9 @@ alloc_new_skb:
928 * Find where to start putting bytes. 928 * Find where to start putting bytes.
929 */ 929 */
930 data = skb_put(skb, fraglen); 930 data = skb_put(skb, fraglen);
931 skb->nh.raw = data + exthdrlen; 931 skb_set_network_header(skb, exthdrlen);
932 skb->h.raw = skb->nh.raw + fragheaderlen;
932 data += fragheaderlen; 933 data += fragheaderlen;
933 skb->h.raw = data + exthdrlen;
934 934
935 if (fraggap) { 935 if (fraggap) {
936 skb->csum = skb_copy_and_csum_bits( 936 skb->csum = skb_copy_and_csum_bits(