Searched refs:fib_nhs (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_semantics.c64 for (nhsel=0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
67 for (nhsel=0, nexthop_nh = (struct fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nexthop_nh++, nhsel++)
209 unsigned int val = fi->fib_nhs;
234 if (fi->fib_nhs != nfi->fib_nhs)
242 (nfi->fib_nhs == 0 || nh_comp(fi, nfi) == 0))
289 if (fi->fib_nhs) {
290 /* Also handles the special case fib_nhs == 1 */
299 payload += nla_total_size(fi->fib_nhs * nhsize);
737 fi->fib_nhs
[all...]
H A Dfib_frontend.c280 for (ret = 0; ret < res.fi->fib_nhs; ret++) {
H A Droute.c2067 if (res->fi && res->fi->fib_nhs > 1 && fl->oif == 0)
2661 if (res.fi->fib_nhs > 1 && fl.oif == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_fib.c52 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
55 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
135 if (fi->fib_nhs != nfi->fib_nhs)
142 (nfi->fib_nhs == 0 || dn_fib_nh_comp(fi, nfi) == 0))
296 fi->fib_nhs = nhs;
430 if (nhsel < fi->fib_nhs) {
677 } else if (dev && fi->fib_nhs) {
693 if (dead == fi->fib_nhs) {
H A Ddn_table.c65 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
278 if (fi->fib_nhs) {
279 /* Also handles the special case fib_nhs == 1 */
288 payload += nla_total_size(fi->fib_nhs * nhsize);
320 if (fi->fib_nhs == 1) {
326 if (fi->fib_nhs > 1) {
H A Ddn_route.c1073 if (res.fi->fib_nhs > 1 && fl.oif == 0)
1309 if (res.fi->fib_nhs > 1 && fl.oif == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_fib.h53 int fib_nhs; member in struct:dn_fib_info
H A Dip_fib.h85 int fib_nhs; member in struct:fib_info

Completed in 158 milliseconds