[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
[safe/jmp/linux-2.6] / include / net / inet_ecn.h
index b9ed389..6fd4452 100644 (file)
@@ -116,7 +116,7 @@ static inline int INET_ECN_set_ce(struct sk_buff *skb)
        case __constant_htons(ETH_P_IP):
                if (skb_network_header(skb) + sizeof(struct iphdr) <=
                    skb->tail)
-                       return IP_ECN_set_ce(skb->nh.iph);
+                       return IP_ECN_set_ce(ip_hdr(skb));
                break;
 
        case __constant_htons(ETH_P_IPV6):