]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sched/cls_flow.c
net: rename skb->iif to skb->skb_iif
[karo-tx-linux.git] / net / sched / cls_flow.c
index 9402a7fd3785bd0153f80ccb627a7a8c75950952..e054c62857e19ef29826857aabad4d5a5fcf8ac4 100644 (file)
@@ -171,7 +171,7 @@ static u32 flow_get_proto_dst(const struct sk_buff *skb)
 
 static u32 flow_get_iif(const struct sk_buff *skb)
 {
-       return skb->iif;
+       return skb->skb_iif;
 }
 
 static u32 flow_get_priority(const struct sk_buff *skb)