Lines Matching refs:nhsel
66 int nhsel; const struct fib_nh *nh; \
67 for (nhsel = 0, nh = (fi)->fib_nh; \
68 nhsel < fib_info_num_path((fi)); \
69 nh++, nhsel++)
72 int nhsel; struct fib_nh *nexthop_nh; \
73 for (nhsel = 0, nexthop_nh = (struct fib_nh *)((fi)->fib_nh); \
74 nhsel < fib_info_num_path((fi)); \
75 nexthop_nh++, nhsel++)
82 int nhsel; const struct fib_nh *nh = (fi)->fib_nh; \
83 for (nhsel = 0; nhsel < 1; nhsel++)
86 int nhsel; \
88 for (nhsel = 0; nhsel < 1; nhsel++)
293 onh = fib_info_nh(ofi, nhsel); in nh_comp()
2174 res->nh_sel = nhsel; in fib_select_multipath()
2183 res->nh_sel = nhsel; in fib_select_multipath()