aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/exthdrs.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/exthdrs.c')
-rw-r--r--net/ipv6/exthdrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index f25ee773f52e..f763409ea740 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -506,7 +506,7 @@ looped_back:
506 kfree_skb(skb); 506 kfree_skb(skb);
507 *skbp = skb = skb2; 507 *skbp = skb = skb2;
508 opt = IP6CB(skb2); 508 opt = IP6CB(skb2);
509 hdr = (struct ipv6_rt_hdr *) skb2->h.raw; 509 hdr = (struct ipv6_rt_hdr *)skb_transport_header(skb2);
510 } 510 }
511 511
512 if (skb->ip_summed == CHECKSUM_COMPLETE) 512 if (skb->ip_summed == CHECKSUM_COMPLETE)