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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_fib.c46 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
49 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
130 if (fi->fib_nhs != nfi->fib_nhs)
136 (nfi->fib_nhs == 0 || dn_fib_nh_comp(fi, nfi) == 0))
276 fi->fib_nhs = nhs;
515 } else if (dev && fi->fib_nhs) {
529 if (dead == fi->fib_nhs) {
563 if (alive == fi->fib_nhs) {
H A Ddn_table.c62 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
293 if (fi->fib_nhs == 1) {
299 if (fi->fib_nhs > 1) {
H A Ddn_route.c738 if (res.fi->fib_nhs)
941 if (res.fi->fib_nhs)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c62 for (nhsel=0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
65 for (nhsel=0, nh = (struct fib_nh*)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
163 if (fi->fib_nhs != nfi->fib_nhs)
170 (nfi->fib_nhs == 0 || nh_comp(fi, nfi) == 0))
454 fi->fib_nhs = nhs;
610 if (nhsel < fi->fib_nhs) {
672 if (fi->fib_nhs == 1) {
679 if (fi->fib_nhs > 1) {
873 } else if (dev && fi->fib_nhs) {
[all...]
H A Dfib_frontend.c241 if (FIB_RES_DEV(res) == dev || res.fi->fib_nhs > 1)
H A Droute.c1437 if (res.fi->fib_nhs > 1 && key.oif == 0)
1856 if (res.fi->fib_nhs > 1 && key.oif == 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_fib.h64 int fib_nhs; member in struct:dn_fib_info
H A Dip_fib.h73 int fib_nhs; member in struct:fib_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_fib.h64 int fib_nhs; member in struct:dn_fib_info
H A Dip_fib.h73 int fib_nhs; member in struct:fib_info

Completed in 59 milliseconds