[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
[deliverable/linux.git] / net / sched / cls_rsvp.h
index cb8cf5bfa053d75255c0fec4495d768332e6a13f..6f373b020eb4cc893704ecc01f8f65f3f8b3a24c 100644 (file)
@@ -143,7 +143,7 @@ static int rsvp_classify(struct sk_buff *skb, struct tcf_proto *tp,
        u8 tunnelid = 0;
        u8 *xprt;
 #if RSVP_DST_LEN == 4
-       struct ipv6hdr *nhptr = skb->nh.ipv6h;
+       struct ipv6hdr *nhptr = ipv6_hdr(skb);
 #else
        struct iphdr *nhptr = ip_hdr(skb);
 #endif
This page took 0.026491 seconds and 5 git commands to generate.