]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv4/fib_trie.c
net: Put flowi_* prefix on AF independent members of struct flowi
[mirror_ubuntu-artful-kernel.git] / net / ipv4 / fib_trie.c
index a4109a54477826ca1758863c73046596c1fe9e09..d5ff80ef001aa247cd28774b797d03ed6cad39d5 100644 (file)
@@ -1379,7 +1379,7 @@ static int check_leaf(struct fib_table *tb, struct trie *t, struct leaf *l,
 
                                if (nh->nh_flags & RTNH_F_DEAD)
                                        continue;
-                               if (flp->oif && flp->oif != nh->nh_oif)
+                               if (flp->flowi_oif && flp->flowi_oif != nh->nh_oif)
                                        continue;
 
 #ifdef CONFIG_IP_FIB_TRIE_STATS