net: rename skb->iif to skb->skb_iif
[deliverable/linux.git] / net / netlabel / netlabel_unlabeled.c
index 3dfe2bac8623397b0ca081a845925d8190c0e5be..98ed22ee2ff49ab7bac2a92edd3fe986382664ae 100644 (file)
@@ -1550,7 +1550,7 @@ int netlbl_unlabel_getattr(const struct sk_buff *skb,
        struct netlbl_unlhsh_iface *iface;
 
        rcu_read_lock();
-       iface = netlbl_unlhsh_search_iface_def(skb->iif);
+       iface = netlbl_unlhsh_search_iface_def(skb->skb_iif);
        if (iface == NULL)
                goto unlabel_getattr_nolabel;
        switch (family) {
This page took 0.147043 seconds and 5 git commands to generate.