Home
last modified time | relevance | path

Searched refs:fib6_table (Results 1 – 16 of 16) sorted by relevance

/linux/include/net/
A Dip6_fib.h129 struct fib6_table;
159 struct fib6_table *fib6_table; member
390 struct fib6_table { struct
419 struct fib6_table *, argument
530 lockdep_is_held(&f6i->fib6_table->tb6_lock))) in fib6_add_gc_list()
551 struct fib6_table *tbl;
590 struct fib6_table *table,
595 struct fib6_table *table,
600 struct fib6_table *table,
605 struct fib6_table *table,
[all …]
A Dipv6_stubs.h34 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id);
37 int (*fib6_table_lookup)(struct net *net, struct fib6_table *table,
A Dip6_route.h108 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
/linux/net/ipv6/
A Dip6_fib.c242 struct fib6_table *table; in fib6_alloc_table()
259 struct fib6_table *tb; in fib6_new_table()
277 struct fib6_table *tb; in fib6_get_table()
355 struct fib6_table *tb; in fib6_tables_seq_read()
502 struct fib6_table *tb; in fib6_tables_dump()
633 struct fib6_table *tb; in inet6_dump_fib()
1038 struct fib6_table *table = rt->fib6_table; in fib6_purge_rt()
1392 struct fib6_table *table = rt->fib6_table; in fib6_add()
2029 table = rt->fib6_table; in fib6_del()
2485 struct fib6_table *tb; in fib6_net_exit()
[all …]
A Daddrconf_core.c145 static struct fib6_table *eafnosupport_fib6_get_table(struct net *net, u32 id) in eafnosupport_fib6_get_table()
151 eafnosupport_fib6_table_lookup(struct net *net, struct fib6_table *table, in eafnosupport_fib6_table_lookup()
A Droute.c936 struct fib6_table *table; in rt6_route_rcv()
995 table = rt->fib6_table; in rt6_route_rcv()
1310 struct fib6_table *table; in __ip6_ins_rt()
1312 table = rt->fib6_table; in __ip6_ins_rt()
3332 struct fib6_table *table; in ip6_nh_lookup_table()
3697 struct fib6_table *table; in ip6_route_info_create()
3785 rt->fib6_table = table; in ip6_route_info_create()
3866 struct fib6_table *table; in __ip6_del_rt()
3874 table = rt->fib6_table; in __ip6_del_rt()
3904 table = rt->fib6_table; in __ip6_del_rt_siblings()
[all …]
A Dfib6_rules.c165 struct fib6_table *table; in fib6_rule_action_alt()
203 struct fib6_table *table; in __fib6_rule_action()
A Daddrconf.c1262 struct fib6_table *table; in cleanup_prefix_route()
1273 table = f6i->fib6_table; in cleanup_prefix_route()
2498 struct fib6_table *table; in addrconf_get_prefix_route()
2758 struct fib6_table *table; in addrconf_prefix_rcv()
2837 table = rt->fib6_table; in addrconf_prefix_rcv()
4809 struct fib6_table *table; in modify_prefix_route()
4830 table = f6i->fib6_table; in modify_prefix_route()
A Dndisc.c1244 struct fib6_table *table; in ndisc_router_discovery()
1420 table = rt->fib6_table; in ndisc_router_discovery()
A Dseg6_local.c297 struct fib6_table *table; in seg6_lookup_any_nexthop()
/linux/include/net/netns/
A Dipv6.h75 struct fib6_table *fib6_main_tbl;
90 struct fib6_table *fib6_local_tbl;
/linux/include/trace/events/
A Dfib6.h16 struct fib6_table *table, const struct flowi6 *flp),
/linux/drivers/net/
A Dvrf.c117 struct fib6_table *fib6_table; member
806 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()
807 if (!vrf->fib6_table) in vrf_rt6_create()
1309 return ip6_pol_route(net, vrf->fib6_table, ifindex, fl6, skb, flags); in vrf_ip6_route_lookup()
/linux/drivers/net/netdevsim/
A Dfib.c553 rt->fib6_table->tb6_id); in nsim_fib6_rt_create()
597 rt->fib6_table->tb6_id); in nsim_fib6_rt_lookup()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c7306 u32 tb_id = mlxsw_sp_fix_tb_id(rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_type_set_local()
7458 vr = mlxsw_sp_vr_find(mlxsw_sp, rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_lookup()
7472 if (rt->fib6_table->tb6_id == cmp_rt->fib6_table->tb6_id && in mlxsw_sp_fib6_entry_lookup()
7494 if (rt->fib6_table->tb6_id == RT_TABLE_MAIN && in mlxsw_sp_fib6_allow_replace()
7495 rt_replaced->fib6_table->tb6_id == RT_TABLE_LOCAL) in mlxsw_sp_fib6_allow_replace()
7520 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_replace()
7580 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_append()
/linux/net/core/
A Dfilter.c6080 struct fib6_table *tb; in bpf_ipv6_fib_lookup()

Completed in 108 milliseconds