Lines Matching refs:nhsel
67 int nhsel; const struct fib_nh *nh; \
68 for (nhsel = 0, nh = (fi)->fib_nh; \
69 nhsel < fib_info_num_path((fi)); \
70 nh++, nhsel++)
73 int nhsel; struct fib_nh *nexthop_nh; \
74 for (nhsel = 0, nexthop_nh = (struct fib_nh *)((fi)->fib_nh); \
75 nhsel < fib_info_num_path((fi)); \
76 nexthop_nh++, nhsel++)
83 int nhsel; const struct fib_nh *nh = (fi)->fib_nh; \
84 for (nhsel = 0; nhsel < 1; nhsel++)
87 int nhsel; \
89 for (nhsel = 0; nhsel < 1; nhsel++)
297 onh = fib_info_nh(ofi, nhsel); in nh_comp()
2242 res->nh_sel = nhsel; in fib_select_multipath()
2251 res->nh_sel = nhsel; in fib_select_multipath()