]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sched/cls_route.c
ipv4: Remove flowi from struct rtable.
[mv-sheeva.git] / net / sched / cls_route.c
index d580cdfca09348493e89bad9e8fe6e953cc09152..a907905376dfb4913d16dcd2d11bcb456bf5504a 100644 (file)
@@ -143,7 +143,7 @@ static int route4_classify(struct sk_buff *skb, struct tcf_proto *tp,
        if (head == NULL)
                goto old_method;
 
-       iif = ((struct rtable *)dst)->fl.iif;
+       iif = ((struct rtable *)dst)->rt_iif;
 
        h = route4_fastmap_hash(id, iif);
        if (id == head->fastmap[h].id &&