| /linux-6.15/include/net/ |
| H A D | ip6_fib.h | 34 struct fib6_info; 74 struct fib6_info __rcu *leaf; 79 struct fib6_info __rcu *rr_ptr; 158 struct fib6_info { struct 208 struct fib6_info __rcu *from; argument 223 struct fib6_info *f6i; 300 struct fib6_info *from; in rt6_get_cookie() 360 struct fib6_info *leaf; 425 struct fib6_info *rt; 475 const struct fib6_info *from; in rt6_get_prefsrc() [all …]
|
| H A D | ip6_route.h | 73 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp() 121 int ip6_ins_rt(struct net *net, struct fib6_info *f6i); 122 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify); 124 void rt6_flush_exceptions(struct fib6_info *f6i); 125 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args, 128 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr() 175 struct fib6_info *rt6_get_dflt_router(struct net *net, 178 struct fib6_info *rt6_add_dflt_router(struct net *net, 206 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip); 213 void rt6_multipath_rebalance(struct fib6_info *f6i); [all …]
|
| H A D | ipv6_stubs.h | 15 struct fib6_info; 52 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); 53 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); 54 void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
|
| H A D | if_inet6.h | 59 struct fib6_info *rt; 146 struct fib6_info *aca_rt;
|
| H A D | nexthop.h | 530 static inline struct net_device *fib6_info_nh_dev(struct fib6_info *f6i) in fib6_info_nh_dev()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_fib.c | 149 struct fib6_info *f6i; in fib6_info_alloc() 170 struct fib6_info *f6i = container_of(head, struct fib6_info, rcu); in fib6_info_destroy_rcu() 402 struct fib6_info *rt, in call_fib6_multipath_entry_notifiers() 514 struct fib6_info *rt; in fib6_dump_node() 538 struct fib6_info, in fib6_dump_node() 981 struct fib6_info *from; in __fib6_drop_pcpu_from() 991 struct fib6_info *from; 2181 struct fib6_info *rt; in fib6_clean_node() 2330 struct fib6_info *rt; in fib6_gc_table() 2539 struct fib6_info *rt = v; in ipv6_route_native_seq_show() [all …]
|
| H A D | route.c | 357 struct fib6_info *from; in ip6_dst_destroy() 377 struct fib6_info *from; in ip6_dst_ifdown() 401 struct fib6_info *from; in rt6_check_expired() 418 struct fib6_info *iter; in rt6_multipath_first_sibling_rcu() 830 struct fib6_info *f6i; in __find_rr_leaf() 907 struct fib6_info *rt0; in rt6_select() 976 struct fib6_info *rt; in rt6_route_rcv() 3101 struct fib6_info *rt; in __ip6_route_redirect() 3893 struct fib6_info *rt; in ip6_route_add() 5210 struct fib6_info *fib6_info; member [all …]
|
| H A D | anycast.c | 260 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i, in aca_alloc() 318 struct fib6_info *f6i; in __ipv6_dev_ac_inc()
|
| H A D | addrconf_core.c | 188 static int eafnosupport_ip6_del_rt(struct net *net, struct fib6_info *rt, in eafnosupport_ip6_del_rt()
|
| H A D | addrconf.c | 162 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, 1070 struct fib6_info *f6i = NULL; in ipv6_add_addr() 1264 struct fib6_info *f6i; in cleanup_prefix_route() 2491 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route() 2498 struct fib6_info *rt = NULL; in addrconf_get_prefix_route() 2828 struct fib6_info *rt; in addrconf_prefix_rcv() 3585 struct fib6_info *f6i, *prev; in fixup_permanent_addr() 3947 struct fib6_info *rt = NULL; in addrconf_ifdown() 4816 struct fib6_info *f6i; in modify_prefix_route() 6304 struct fib6_info *rt; in __ipv6_ifa_notify()
|
| H A D | ndisc.c | 1244 struct fib6_info *rt = NULL; in ndisc_router_discovery()
|
| H A D | ip6_output.c | 1125 struct fib6_info *from; in ip6_dst_lookup_tail()
|
| /linux-6.15/drivers/net/netdevsim/ |
| H A D | fib.c | 96 struct fib6_info *rt; 100 struct fib6_info **rt_arr; 483 const struct fib6_info *rt) in nsim_fib6_rt_nh_find() 496 struct fib6_info *rt) in nsim_fib6_rt_nh_add() 524 const struct fib6_info *rt) in nsim_fib6_rt_nh_del() 542 struct fib6_info *rt = rt_arr[0]; in nsim_fib6_rt_create() 644 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set() 656 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set() 802 struct fib6_info *rt = fen6_info->rt; in nsim_fib6_event_init() 803 struct fib6_info **rt_arr; in nsim_fib6_event_init() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_ipv6_route.c | 15 struct fib6_info *rt = ctx->rt; in dump_ipv6_route()
|
| /linux-6.15/include/net/netns/ |
| H A D | ipv6.h | 70 struct fib6_info *fib6_null_entry;
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_router.c | 500 struct fib6_info *rt; 6943 static struct fib6_info * 6965 const struct fib6_info *rt, in mlxsw_sp_nexthop6_ipip_type() 6975 const struct fib6_info *rt) in mlxsw_sp_nexthop6_init() 7338 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_type_set() 7453 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_lookup() 7458 struct fib6_info *cmp_rt; in mlxsw_sp_fib6_entry_lookup() 7505 struct fib6_info **rt_arr, in mlxsw_sp_router_fib6_replace() 7798 struct fib6_info **rt_arr; 7822 struct fib6_info **rt_arr; in mlxsw_sp_router_fib6_work_init() [all …]
|
| /linux-6.15/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_router.c | 196 static bool __prestera_fi6_is_direct(struct fib6_info *fi) in __prestera_fi6_is_direct() 204 static bool prestera_fi6_is_direct(struct fib6_info *fi) in prestera_fi6_is_direct() 212 static bool prestera_fi6_is_nh(struct fib6_info *fi) in prestera_fi6_is_nh() 322 struct fib6_info *iter; in prestera_kern_fib_info_nhc()
|
| /linux-6.15/net/ipv4/ |
| H A D | nexthop.c | 1587 struct fib6_info *f6i; in fib6_check_nh_list() 2121 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib() 2182 struct fib6_info *f6i; in nh_rt_cache_flush() 2459 struct fib6_info *f6i; in __nexthop_replace_notify()
|