Home
last modified time | relevance | path

Searched refs:fib6_info (Results 1 – 18 of 18) sorted by relevance

/linux/include/net/
A Dip6_fib.h39 struct fib6_info;
79 struct fib6_info __rcu *leaf;
84 struct fib6_info __rcu *rr_ptr;
163 struct fib6_info { struct
208 struct fib6_info __rcu *from; argument
226 struct fib6_info *f6i;
295 struct fib6_info *from; in rt6_get_cookie()
353 struct fib6_info *leaf;
418 struct fib6_info *rt;
468 const struct fib6_info *from; in rt6_get_prefsrc()
[all …]
A Dip6_route.h74 static inline bool rt6_qualify_for_ecmp(const struct fib6_info *f6i) in rt6_qualify_for_ecmp()
126 int ip6_ins_rt(struct net *net, struct fib6_info *f6i);
127 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
129 void rt6_flush_exceptions(struct fib6_info *f6i);
130 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
133 static inline int ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, in ip6_route_get_saddr()
172 struct fib6_info *rt6_get_dflt_router(struct net *net,
175 struct fib6_info *rt6_add_dflt_router(struct net *net,
202 int rt6_dump_route(struct fib6_info *f6i, void *p_arg, unsigned int skip);
209 void rt6_multipath_rebalance(struct fib6_info *f6i);
[all …]
A Dipv6_stubs.h14 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 Dif_inet6.h63 struct fib6_info *rt;
140 struct fib6_info *aca_rt;
A Dnexthop.h523 static inline struct net_device *fib6_info_nh_dev(struct fib6_info *f6i) in fib6_info_nh_dev()
/linux/net/ipv6/
A Dip6_fib.c149 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()
979 struct fib6_info *from; in __fib6_drop_pcpu_from()
988 struct fib6_info *from;
2168 struct fib6_info *rt; in fib6_clean_node()
2486 struct fib6_info *rt = v; in ipv6_route_native_seq_show()
[all …]
A Droute.c356 struct fib6_info *from; in ip6_dst_destroy()
399 struct fib6_info *from; in rt6_check_expired()
787 struct fib6_info *f6i; in __find_rr_leaf()
864 struct fib6_info *rt0; in rt6_select()
932 struct fib6_info *rt; in rt6_route_rcv()
3056 struct fib6_info *rt; in __ip6_route_redirect()
3864 struct fib6_info *rt; in ip6_route_add()
4047 struct fib6_info *rt; in ip6_route_del()
5151 struct fib6_info *fib6_info; member
5173 nh->fib6_info = rt; in ip6_route_info_append()
[all …]
A Danycast.c260 static struct ifacaddr6 *aca_alloc(struct fib6_info *f6i, in aca_alloc()
287 struct fib6_info *f6i; in __ipv6_dev_ac_inc()
A Daddrconf_core.c188 static int eafnosupport_ip6_del_rt(struct net *net, struct fib6_info *rt, in eafnosupport_ip6_del_rt()
A Daddrconf.c169 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx,
1055 struct fib6_info *f6i = NULL; in ipv6_add_addr()
1243 struct fib6_info *f6i; in cleanup_prefix_route()
2428 static struct fib6_info *addrconf_get_prefix_route(const struct in6_addr *pfx, in addrconf_get_prefix_route()
2435 struct fib6_info *rt = NULL; in addrconf_get_prefix_route()
2721 struct fib6_info *rt; in addrconf_prefix_rcv()
3441 struct fib6_info *f6i, *prev; in fixup_permanent_addr()
3809 struct fib6_info *rt = NULL; in addrconf_ifdown()
4667 struct fib6_info *f6i; in modify_prefix_route()
6132 struct fib6_info *rt; in __ipv6_ifa_notify()
A Dndisc.c1175 struct fib6_info *rt = NULL; in ndisc_router_discovery()
A Dip6_output.c1067 struct fib6_info *from; in ip6_dst_lookup_tail()
/linux/drivers/net/netdevsim/
A Dfib.c93 struct fib6_info *rt;
97 struct fib6_info **rt_arr;
480 const struct fib6_info *rt) in nsim_fib6_rt_nh_find()
493 struct fib6_info *rt) in nsim_fib6_rt_nh_add()
521 const struct fib6_info *rt) in nsim_fib6_rt_nh_del()
539 struct fib6_info *rt = rt_arr[0]; in nsim_fib6_rt_create()
641 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set()
653 struct fib6_info **rt_arr, in nsim_fib6_rt_offload_failed_flag_set()
799 struct fib6_info *rt = fen6_info->rt; in nsim_fib6_event_init()
800 struct fib6_info **rt_arr; in nsim_fib6_event_init()
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_iter_ipv6_route.c15 struct fib6_info *rt = ctx->rt; in dump_ipv6_route()
A Dbpf_iter.h54 struct fib6_info *rt;
/linux/include/net/netns/
A Dipv6.h69 struct fib6_info *fib6_null_entry;
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c462 struct fib6_info *rt;
6647 static struct fib6_info *
6656 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_rt_find()
6669 const struct fib6_info *rt, in mlxsw_sp_nexthop6_ipip_type()
6679 const struct fib6_info *rt) in mlxsw_sp_nexthop6_init()
7024 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_type_set()
7150 const struct fib6_info *rt) in mlxsw_sp_fib6_entry_lookup()
7155 struct fib6_info *cmp_rt; in mlxsw_sp_fib6_entry_lookup()
7494 struct fib6_info **rt_arr;
7518 struct fib6_info **rt_arr; in mlxsw_sp_router_fib6_event_init()
[all …]
/linux/net/ipv4/
A Dnexthop.c1313 struct fib6_info *f6i; in fib6_check_nh_list()
1844 struct fib6_info *f6i, *tmp; in __remove_nexthop_fib()
1905 struct fib6_info *f6i; in nh_rt_cache_flush()
2184 struct fib6_info *f6i; in __nexthop_replace_notify()

Completed in 83 milliseconds