Lines Matching refs:nhsel
68 int nhsel; const struct fib_nh *nh; \
69 for (nhsel = 0, nh = (fi)->fib_nh; \
70 nhsel < fib_info_num_path((fi)); \
71 nh++, nhsel++)
74 int nhsel; struct fib_nh *nexthop_nh; \
75 for (nhsel = 0, nexthop_nh = (struct fib_nh *)((fi)->fib_nh); \
76 nhsel < fib_info_num_path((fi)); \
77 nexthop_nh++, nhsel++)
84 int nhsel; const struct fib_nh *nh = (fi)->fib_nh; \
85 for (nhsel = 0; nhsel < 1; nhsel++)
88 int nhsel; \
90 for (nhsel = 0; nhsel < 1; nhsel++)
299 onh = fib_info_nh(ofi, nhsel);
2252 res->nh_sel = nhsel;
2261 res->nh_sel = nhsel;