Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c58 struct fib6_table *table,
61 struct fib6_table *table,
112 lockdep_is_held(&f6i->fib6_table->tb6_lock)); in fib6_update_sernum()
207 static void fib6_free_table(struct fib6_table *table) in fib6_free_table()
213 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table()
233 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table()
235 struct fib6_table *table; in fib6_alloc_table()
250 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table()
252 struct fib6_table *tb, *new_tb; in fib6_new_table()
282 struct fib6_table *fib6_get_tabl
[all...]
H 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()
H A Droute.c942 spin_lock_bh(&leaf->fib6_table->tb6_lock); in rt6_select()
946 spin_unlock_bh(&leaf->fib6_table->tb6_lock); in rt6_select()
972 struct fib6_table *table; in rt6_route_rcv()
1031 table = rt->fib6_table; in rt6_route_rcv()
1252 struct fib6_table *table, in ip6_pol_route_lookup()
1347 struct fib6_table *table; in __ip6_ins_rt()
1349 table = rt->fib6_table; in __ip6_ins_rt()
1772 spin_lock_bh(&f6i->fib6_table->tb6_lock); in rt6_insert_exception()
1775 spin_unlock_bh(&f6i->fib6_table->tb6_lock); in rt6_insert_exception()
2224 int fib6_table_lookup(struct net *net, struct fib6_table *tabl
[all...]
H A Dfib6_rules.c168 struct fib6_table *table; in fib6_rule_action_alt()
206 struct fib6_table *table; in __fib6_rule_action()
H A Dndisc.c1237 struct fib6_table *table; in ndisc_router_discovery()
1401 table = rt->fib6_table; in ndisc_router_discovery()
H A Daddrconf.c1268 struct fib6_table *table; in cleanup_prefix_route()
1279 table = f6i->fib6_table; in cleanup_prefix_route()
2500 struct fib6_table *table; in addrconf_get_prefix_route()
2778 struct fib6_table *table; in addrconf_prefix_rcv()
2857 table = rt->fib6_table; in addrconf_prefix_rcv()
4811 struct fib6_table *table; in modify_prefix_route()
4834 table = f6i->fib6_table; in modify_prefix_route()
H A Dseg6_local.c298 struct fib6_table *table; in seg6_lookup_any_nexthop()
/linux/include/net/netns/
H A Dipv6.h76 struct fib6_table *fib6_main_tbl;
91 struct fib6_table *fib6_local_tbl;
/linux/include/net/
H 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,
/linux/include/trace/events/
H A Dfib6.h16 struct fib6_table *table, const struct flowi6 *flp),
/linux/drivers/net/
H A Dvrf.c118 struct fib6_table *fib6_table; member
784 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()
785 if (!vrf->fib6_table) in vrf_rt6_create()
1287 return ip6_pol_route(net, vrf->fib6_table, ifindex, fl6, skb, flags); in vrf_ip6_route_lookup()
/linux/drivers/net/netdevsim/
H 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/
H A Dspectrum_router.c7309 u32 tb_id = mlxsw_sp_fix_tb_id(rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_type_set_local()
7461 vr = mlxsw_sp_vr_find(mlxsw_sp, rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_lookup()
7475 if (rt->fib6_table->tb6_id == cmp_rt->fib6_table->tb6_id && in mlxsw_sp_fib6_entry_lookup()
7497 if (rt->fib6_table->tb6_id == RT_TABLE_MAIN && in mlxsw_sp_fib6_allow_replace()
7498 rt_replaced->fib6_table->tb6_id == RT_TABLE_LOCAL) in mlxsw_sp_fib6_allow_replace()
7523 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_replace()
7583 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_append()
/linux/net/core/
H A Dfilter.c6181 struct fib6_table *tb; in bpf_ipv6_fib_lookup()