]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/ipvs/ip_vs_lblc.c
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
[linux-2.6-omap-h63xx.git] / net / ipv4 / ipvs / ip_vs_lblc.c
index c801273cb881151d65617f6c4ba6699bb26378ad..052f4ed59174ac0b40012712e33e06fabe0a72cb 100644 (file)
@@ -521,7 +521,7 @@ ip_vs_lblc_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
        struct ip_vs_dest *dest;
        struct ip_vs_lblc_table *tbl;
        struct ip_vs_lblc_entry *en;
-       struct iphdr *iph = skb->nh.iph;
+       struct iphdr *iph = ip_hdr(skb);
 
        IP_VS_DBG(6, "ip_vs_lblc_schedule(): Scheduling...\n");