Searched refs:next_fi (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c301 struct fib_info *next_fi = fa->fa_info; local
307 if (next_fi->fib_priority > res->fi->fib_priority)
309 if (!next_fi->fib_nh[0].nh_gw ||
310 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK)
315 if (next_fi != res->fi)
323 fi = next_fi;
H A Dfib_trie.c1847 struct fib_info *next_fi = fa->fa_info; local
1853 if (next_fi->fib_priority > res->fi->fib_priority)
1855 if (!next_fi->fib_nh[0].nh_gw ||
1856 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK)
1861 if (next_fi != res->fi)
1869 fi = next_fi;

Completed in 63 milliseconds