/linux-6.3-rc2/include/net/ |
A D | ip6_fib.h | 40 struct fib6_info; 80 struct fib6_info __rcu *leaf; 85 struct fib6_info __rcu *rr_ptr; 164 struct fib6_info { struct 211 struct fib6_info __rcu *from; argument 229 struct fib6_info *f6i; 298 struct fib6_info *from; in rt6_get_cookie() 356 struct fib6_info *leaf; 420 struct fib6_info *rt; 470 const struct fib6_info *from; in rt6_get_prefsrc() [all …]
|
A D | ip6_route.h | 74 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp() 122 int ip6_ins_rt(struct net *net, struct fib6_info *f6i); 123 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify); 125 void rt6_flush_exceptions(struct fib6_info *f6i); 126 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args, 129 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr() 168 struct fib6_info *rt6_get_dflt_router(struct net *net, 171 struct fib6_info *rt6_add_dflt_router(struct net *net, 198 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip); 205 void rt6_multipath_rebalance(struct fib6_info *f6i); [all …]
|
A D | ipv6_stubs.h | 14 struct fib6_info; 51 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); 52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); 53 void (*fib6_rt_update)(struct net *net, struct fib6_info *rt,
|
A D | if_inet6.h | 63 struct fib6_info *rt; 150 struct fib6_info *aca_rt;
|
A D | nexthop.h | 523 static inline struct net_device *fib6_info_nh_dev(struct fib6_info *f6i) in fib6_info_nh_dev()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_fib.c | 149 struct fib6_info *f6i; in fib6_info_alloc() 168 struct fib6_info *f6i = container_of(head, struct fib6_info, rcu); in fib6_info_destroy_rcu() 364 struct fib6_info *rt, in call_fib6_entry_notifier() 406 struct fib6_info *rt, in call_fib6_multipath_entry_notifiers() 518 struct fib6_info *rt; in fib6_dump_node() 542 struct fib6_info, in fib6_dump_node() 980 struct fib6_info *from; in __fib6_drop_pcpu_from() 989 struct fib6_info *from; 2169 struct fib6_info *rt; in fib6_clean_node() 2487 struct fib6_info *rt = v; in ipv6_route_native_seq_show() [all …]
|
A D | route.c | 359 struct fib6_info *from; in ip6_dst_destroy() 401 struct fib6_info *from; in rt6_check_expired() 790 struct fib6_info *f6i; in __find_rr_leaf() 867 struct fib6_info *rt0; in rt6_select() 935 struct fib6_info *rt; in rt6_route_rcv() 3052 struct fib6_info *rt; in __ip6_route_redirect() 3833 struct fib6_info *rt; in ip6_route_add() 4016 struct fib6_info *rt; in ip6_route_del() 5137 struct fib6_info *fib6_info; member 5159 nh->fib6_info = rt; in ip6_route_info_append() [all …]
|
A D | anycast.c | 260 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i, in aca_alloc() 287 struct fib6_info *f6i; in __ipv6_dev_ac_inc()
|
A D | addrconf_core.c | 188 static int eafnosupport_ip6_del_rt(struct net *net, struct fib6_info *rt, in eafnosupport_ip6_del_rt()
|
A D | addrconf.c | 162 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, 1062 struct fib6_info *f6i = NULL; in ipv6_add_addr() 1247 struct fib6_info *f6i; in cleanup_prefix_route() 2429 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route() 2436 struct fib6_info *rt = NULL; in addrconf_get_prefix_route() 2736 struct fib6_info *rt; in addrconf_prefix_rcv() 3483 struct fib6_info *f6i, *prev; in fixup_permanent_addr() 3845 struct fib6_info *rt = NULL; in addrconf_ifdown() 4702 struct fib6_info *f6i; in modify_prefix_route() 6180 struct fib6_info *rt; in __ipv6_ifa_notify()
|
A D | ndisc.c | 1237 struct fib6_info *rt = NULL; in ndisc_router_discovery()
|
A D | ip6_output.c | 1107 struct fib6_info *from; in ip6_dst_lookup_tail()
|
/linux-6.3-rc2/drivers/net/netdevsim/ |
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.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | bpf_iter_ipv6_route.c | 15 struct fib6_info *rt = ctx->rt; in dump_ipv6_route()
|
A D | bpf_iter.h | 60 struct fib6_info *rt;
|
/linux-6.3-rc2/include/net/netns/ |
A D | ipv6.h | 69 struct fib6_info *fib6_null_entry;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_router.c | 473 struct fib6_info *rt; 6472 static struct fib6_info * 6494 const struct fib6_info *rt, in mlxsw_sp_nexthop6_ipip_type() 6504 const struct fib6_info *rt) in mlxsw_sp_nexthop6_init() 6864 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_type_set() 6979 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_lookup() 6984 struct fib6_info *cmp_rt; in mlxsw_sp_fib6_entry_lookup() 7031 struct fib6_info **rt_arr, in mlxsw_sp_router_fib6_replace() 7323 struct fib6_info **rt_arr; 7346 struct fib6_info **rt_arr; in mlxsw_sp_router_fib6_work_init() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
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.3-rc2/net/ipv4/ |
A D | nexthop.c | 1314 struct fib6_info *f6i; in fib6_check_nh_list() 1845 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib() 1906 struct fib6_info *f6i; in nh_rt_cache_flush() 2183 struct fib6_info *f6i; in __nexthop_replace_notify()
|