Searched refs:fib_info_nhc (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | fib_lookup.h | 53 res->nhc = fib_info_nhc(fi, 0); in fib_result_assign()
|
H A D | fib_rules.c | 152 struct fib_nh_common *nhc = fib_info_nhc(result->fi, 0); in fib4_rule_suppress()
|
H A D | fib_frontend.c | 226 struct fib_nh_common *nhc = fib_info_nhc(res.fi, 0); in __inet_dev_addr_type() 319 const struct fib_nh_common *nhc = fib_info_nhc(fi, ret); in fib_info_nh_uses_dev() 328 if (fib_info_nhc(fi, 0)->nhc_dev == dev) in fib_info_nh_uses_dev()
|
H A D | fib_semantics.c | 494 struct fib_nh_common *nhc = fib_info_nhc(fi, i); in fib_nlmsg_size() 554 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_detect_death() 1831 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_dump_info() 2089 nhc = fib_info_nhc(next_fi, 0); in fib_select_default()
|
H A D | fib_trie.c | 1617 nhc = fib_info_nhc(fi, nhsel); in fib_table_lookup() 2951 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_flag_trans() 3000 struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_route_seq_show()
|
H A D | route.c | 1055 nhc = fib_info_nhc(res.fi, nhsel); in __ip_rt_update_pmtu() 3148 struct fib_nh_common *nhc = fib_info_nhc(fi, nhsel); in fib_dump_info_fnhe()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router.c | 172 fib_nhc = fib_info_nhc(fi, 0); in __prestera_fi_is_direct() 272 fib_nhc = fib_info_nhc(res.fi, 0); in __prestera_util_kern_n_is_reachable_v4() 327 return fib_info_nhc(fen4_info->fi, n); in prestera_kern_fib_info_nhc()
|
/openbmc/linux/include/net/ |
H A D | nexthop.h | 457 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc() function
|