Home
last modified time | relevance | path

Searched refs:fib_nh_common (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Dip_fib.h83 struct fib_nh_common { struct
108 struct fib_nh_common nh_common; argument
179 struct fib_nh_common *nhc;
206 __be32 fib_info_update_nhc_saddr(struct net *net, struct fib_nh_common *nhc,
480 static inline bool nhc_l3mdev_matches_dev(const struct fib_nh_common *nhc, in nhc_l3mdev_matches_dev()
496 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
583 int fib_nh_common_init(struct net *net, struct fib_nh_common *nhc,
587 void fib_nh_common_release(struct fib_nh_common *nhc);
593 bool fib_lookup_good_nhc(const struct fib_nh_common *nhc, int fib_flags,
599 struct fib_nh_common *nhc = res->nhc; in fib_combine_itag()
[all …]
H A Dnexthop.h68 struct fib_nh_common fib_nhc;
355 struct fib_nh_common *nhc = &nhi->fib_nhc; in nexthop_mpath_fill_node()
396 struct fib_nh_common *nexthop_fib_nhc(struct nexthop *nh, int nhsel) in nexthop_fib_nhc()
420 struct fib_nh_common *nexthop_get_nhc_lookup(const struct nexthop *nh, in nexthop_get_nhc_lookup()
487 static inline struct fib_nh_common *fib_info_nhc(struct fib_info *fi, int nhsel) in fib_info_nhc()
567 struct fib_nh_common *nexthop_fdb_nhc(struct nexthop *nh) in nexthop_fdb_nhc()
574 static inline struct fib_nh_common *nexthop_path_fdb_result(struct nexthop *nh, in nexthop_path_fdb_result()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c107 struct fib_nh_common *nhc, in prestera_util_nhc2nc_key()
134 struct fib_nh_common *nhc, in prestera_util_nhc_eq_n_cache_key()
169 struct fib_nh_common *fib_nhc; in __prestera_fi_is_direct()
264 struct fib_nh_common *fib_nhc; in __prestera_util_kern_n_is_reachable_v4()
304 prestera_util_kern_set_nh_offload(struct fib_nh_common *nhc, bool offloaded, bool trap) in prestera_util_kern_set_nh_offload()
317 static struct fib_nh_common *
584 struct fib_nh_common *nhc; in __prestera_kern_fib_cache_create_nhs()
661 struct fib_nh_common *nhc; in __prestera_k_arb_fib_nh_offload_set()
860 struct fib_nh_common *nhc; in __prestera_pr_k_arb_fc_lpm_info_calc()
/linux/net/ipv4/
H A Dfib_semantics.c161 static void free_nh_exceptions(struct fib_nh_common *nhc) in free_nh_exceptions()
208 void fib_nh_common_release(struct fib_nh_common *nhc) in fib_nh_common_release()
473 struct fib_nh_common *nhc = fib_info_nhc(fi, i); in fib_nlmsg_size()
532 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_detect_death()
562 int fib_nh_common_init(struct net *net, struct fib_nh_common *nhc, in fib_nh_common_init()
1300 __be32 fib_info_update_nhc_saddr(struct net *net, struct fib_nh_common *nhc, in fib_info_update_nhc_saddr()
1320 struct fib_nh_common *nhc = res->nhc; in fib_result_prefsrc()
1610 int fib_nexthop_info(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_nexthop_info()
1681 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop()
1806 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_dump_info()
[all …]
H A Droute.c633 static void update_or_create_fnhe(struct fib_nh_common *nhc, __be32 daddr, in update_or_create_fnhe()
786 struct fib_nh_common *nhc; in __ip_do_redirect()
1035 struct fib_nh_common *nhc; in __ip_rt_update_pmtu()
1336 static void ip_del_fnhe(struct fib_nh_common *nhc, __be32 daddr) in ip_del_fnhe()
1370 static struct fib_nh_exception *find_exception(struct fib_nh_common *nhc, in find_exception()
1404 struct fib_nh_common *nhc = res->nhc; in ip_mtu_from_fib_result()
1477 static bool rt_cache_route(struct fib_nh_common *nhc, struct rtable *rt) in rt_cache_route()
1582 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in rt_set_nexthop()
1804 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_input()
2220 struct fib_nh_common *nhc = res->fi ? res->nhc : NULL; in ip_rt_get_dev()
[all …]
H A Dfib_frontend.c226 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()
/linux/include/trace/events/
H A Dfib.h16 const struct fib_nh_common *nhc, int err),
/linux/net/core/
H A Dfilter.c5913 struct fib_nh_common *nhc; in bpf_ipv4_fib_lookup()