Lines Matching refs:nhsel
59 int nhsel; const struct fib_nh *nh; \
60 for (nhsel = 0, nh = (fi)->fib_nh; \
61 nhsel < fib_info_num_path((fi)); \
62 nh++, nhsel++)
65 int nhsel; struct fib_nh *nexthop_nh; \
66 for (nhsel = 0, nexthop_nh = (struct fib_nh *)((fi)->fib_nh); \
67 nhsel < fib_info_num_path((fi)); \
68 nexthop_nh++, nhsel++)
75 int nhsel; const struct fib_nh *nh = (fi)->fib_nh; \
76 for (nhsel = 0; nhsel < 1; nhsel++)
79 int nhsel; \
81 for (nhsel = 0; nhsel < 1; nhsel++)
285 onh = fib_info_nh(ofi, nhsel); in nh_comp()
2187 res->nh_sel = nhsel; in fib_select_multipath()
2196 res->nh_sel = nhsel; in fib_select_multipath()