Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57effc70 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by David S. Miller
Browse files

[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw



nh.ipv6h is there exactly for this reason! Use it while it exists ;-)

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a16aeb36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ static int ipv6_dest_hao(struct sk_buff **skbp, int optoff)
	struct sk_buff *skb = *skbp;
	struct ipv6_destopt_hao *hao;
	struct inet6_skb_parm *opt = IP6CB(skb);
	struct ipv6hdr *ipv6h = (struct ipv6hdr *)skb->nh.raw;
	struct ipv6hdr *ipv6h = skb->nh.ipv6h;
	struct in6_addr tmp_addr;
	int ret;