Searched refs:fib6_table (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/include/net/ |
D | ip6_fib.h | 134 struct fib6_table; 164 struct fib6_table *fib6_table; member 390 struct fib6_table { struct 418 struct fib6_table *, argument 432 struct fib6_table *fib6_get_table(struct net *net, u32 id); 433 struct fib6_table *fib6_new_table(struct net *net, u32 id); 445 int fib6_table_lookup(struct net *net, struct fib6_table *table, 520 struct fib6_table *tbl; 557 struct fib6_table *table, 562 struct fib6_table *table, [all …]
|
D | ipv6_stubs.h | 33 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); 36 int (*fib6_table_lookup)(struct net *net, struct fib6_table *table,
|
D | ip6_route.h | 113 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
|
/Linux-v5.10/net/ipv6/ |
D | ip6_fib.c | 56 struct fib6_table *table, 59 struct fib6_table *table, 111 lockdep_is_held(&f6i->fib6_table->tb6_lock)); in fib6_update_sernum() 211 static void fib6_free_table(struct fib6_table *table) in fib6_free_table() 217 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table() 237 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table() 239 struct fib6_table *table; in fib6_alloc_table() 253 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() 255 struct fib6_table *tb; in fib6_new_table() 271 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() [all …]
|
D | addrconf_core.c | 145 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()
|
D | route.c | 915 spin_lock_bh(&leaf->fib6_table->tb6_lock); in rt6_select() 919 spin_unlock_bh(&leaf->fib6_table->tb6_lock); in rt6_select() 1215 struct fib6_table *table, in ip6_pol_route_lookup() 1313 struct fib6_table *table; in __ip6_ins_rt() 1315 table = rt->fib6_table; in __ip6_ins_rt() 1730 spin_lock_bh(&f6i->fib6_table->tb6_lock); in rt6_insert_exception() 1732 spin_unlock_bh(&f6i->fib6_table->tb6_lock); in rt6_insert_exception() 2181 int fib6_table_lookup(struct net *net, struct fib6_table *table, int oif, in fib6_table_lookup() 2211 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, in ip6_pol_route() 2282 struct fib6_table *table, in ip6_pol_route_input() [all …]
|
D | fib6_rules.c | 163 struct fib6_table *table; in fib6_rule_action_alt() 201 struct fib6_table *table; in __fib6_rule_action()
|
D | seg6_local.c | 179 struct fib6_table *table; in seg6_lookup_any_nexthop()
|
D | addrconf.c | 2424 struct fib6_table *table; in addrconf_get_prefix_route()
|
/Linux-v5.10/include/net/netns/ |
D | ipv6.h | 76 struct fib6_table *fib6_main_tbl; 91 struct fib6_table *fib6_local_tbl;
|
/Linux-v5.10/include/trace/events/ |
D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp),
|
/Linux-v5.10/drivers/net/ |
D | vrf.c | 113 struct fib6_table *fib6_table; member 817 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create() 818 if (!vrf->fib6_table) in vrf_rt6_create() 1283 return ip6_pol_route(net, vrf->fib6_table, ifindex, fl6, skb, flags); in vrf_ip6_route_lookup()
|
/Linux-v5.10/drivers/net/netdevsim/ |
D | fib.c | 474 rt->fib6_table->tb6_id); in nsim_fib6_rt_create() 532 rt->fib6_table->tb6_id); in nsim_fib6_rt_lookup()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 5467 vr = mlxsw_sp_vr_find(mlxsw_sp, rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_lookup() 5481 if (rt->fib6_table->tb6_id == cmp_rt->fib6_table->tb6_id && in mlxsw_sp_fib6_entry_lookup() 5503 if (rt->fib6_table->tb6_id == RT_TABLE_MAIN && in mlxsw_sp_fib6_allow_replace() 5504 rt_replaced->fib6_table->tb6_id == RT_TABLE_LOCAL) in mlxsw_sp_fib6_allow_replace() 5529 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_replace() 5592 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_append()
|
/Linux-v5.10/net/core/ |
D | filter.c | 5448 struct fib6_table *tb; in bpf_ipv6_fib_lookup()
|