Home
last modified time | relevance | path

Searched refs:nhsel (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/net/
Dnexthop.h150 struct nexthop *nexthop_mpath_select(const struct nexthop *nh, int nhsel) in nexthop_mpath_select() argument
157 if (nhsel >= nhg->num_nh) in nexthop_mpath_select()
160 return nhg->nh_entries[nhsel].nh; in nexthop_mpath_select()
212 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc() argument
220 nh = nexthop_mpath_select(nh, nhsel); in nexthop_fib_nhc()
240 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc() argument
243 return nexthop_fib_nhc(fi->nh, nhsel); in fib_info_nhc()
245 return &fi->fib_nh[nhsel].nh_common; in fib_info_nhc()
249 static inline struct fib_nh *fib_info_nh(struct fib_info *fi, int nhsel) in fib_info_nh() argument
253 return &fi->fib_nh[nhsel]; in fib_info_nh()
/Linux-v5.4/net/mpls/
Dinternal.h161 int nhsel; struct mpls_nh *nh; u8 *__nh; \
162 for (nhsel = 0, nh = (rt)->rt_nh, __nh = (u8 *)((rt)->rt_nh); \
163 nhsel < (rt)->rt_nhn; \
164 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)
167 int nhsel; struct mpls_nh *nh; u8 *__nh; \
168 for (nhsel = 0, nh = (struct mpls_nh *)((rt)->rt_nh), \
170 nhsel < (rt)->rt_nhn; \
171 __nh += rt->rt_nh_size, nh = (struct mpls_nh *)__nh, nhsel++)
/Linux-v5.4/net/decnet/
Ddn_fib.c53 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
54 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
56 #define change_nexthops(fi) { int nhsel; struct dn_fib_nh *nh;\
57 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)->fib_nh); nhsel < (fi)->fib_nhs; nh++, nhsel++)
440 if (nhsel < fi->fib_nhs) { in dn_fib_semantic_match()
441 res->nh_sel = nhsel; in dn_fib_semantic_match()
487 res->nh_sel = nhsel; in dn_fib_select_multipath()
Ddn_table.c64 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
65 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
/Linux-v5.4/net/ipv4/
Dfib_semantics.c66 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++)
[all …]
Dfib_trie.c1443 int nhsel, err; in fib_table_lookup() local
1473 for (nhsel = 0; nhsel < fib_info_num_path(fi); nhsel++) { in fib_table_lookup()
1474 struct fib_nh_common *nhc = fib_info_nhc(fi, nhsel); in fib_table_lookup()
1493 res->nh_sel = nhsel; in fib_table_lookup()
Droute.c2919 int nhsel, genid = fnhe_genid(net); in fib_dump_info_fnhe() local
2921 for (nhsel = 0; nhsel < fib_info_num_path(fi); nhsel++) { in fib_dump_info_fnhe()
2922 struct fib_nh_common *nhc = fib_info_nhc(fi, nhsel); in fib_dump_info_fnhe()