Searched refs:fib6_table (Results 1 – 15 of 15) sorted by relevance
| /linux/include/net/ |
| A D | ip6_fib.h | 134 struct fib6_table; 164 struct fib6_table *fib6_table; member 384 struct fib6_table { struct 412 struct fib6_table *, argument 426 struct fib6_table *fib6_get_table(struct net *net, u32 id); 515 struct fib6_table *tbl; 554 struct fib6_table *table, 559 struct fib6_table *table, 564 struct fib6_table *table, 569 struct fib6_table *table, [all …]
|
| A 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,
|
| A D | ip6_route.h | 113 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
|
| /linux/net/ipv6/ |
| A D | ip6_fib.c | 240 struct fib6_table *table; in fib6_alloc_table() 256 struct fib6_table *tb; in fib6_new_table() 274 struct fib6_table *tb; in fib6_get_table() 352 struct fib6_table *tb; in fib6_tables_seq_read() 499 struct fib6_table *tb; in fib6_tables_dump() 626 struct fib6_table *tb; in inet6_dump_fib() 1028 struct fib6_table *table = rt->fib6_table; in fib6_purge_rt() 1376 struct fib6_table *table = rt->fib6_table; in fib6_add() 2009 table = rt->fib6_table; in fib6_del() 2428 struct fib6_table *tb; in fib6_net_exit() [all …]
|
| A 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()
|
| A D | route.c | 1298 struct fib6_table *table; in __ip6_ins_rt() 1300 table = rt->fib6_table; in __ip6_ins_rt() 3335 struct fib6_table *table; in ip6_nh_lookup_table() 3709 struct fib6_table *table; in ip6_route_info_create() 3799 rt->fib6_table = table; in ip6_route_info_create() 3880 struct fib6_table *table; in __ip6_del_rt() 3888 table = rt->fib6_table; in __ip6_del_rt() 3913 struct fib6_table *table; in __ip6_del_rt_siblings() 3918 table = rt->fib6_table; in __ip6_del_rt_siblings() 4046 struct fib6_table *table; in ip6_route_del() [all …]
|
| A D | fib6_rules.c | 163 struct fib6_table *table; in fib6_rule_action_alt() 201 struct fib6_table *table; in __fib6_rule_action()
|
| A D | seg6_local.c | 233 struct fib6_table *table; in seg6_lookup_any_nexthop()
|
| A D | addrconf.c | 2436 struct fib6_table *table; in addrconf_get_prefix_route()
|
| /linux/include/net/netns/ |
| A D | ipv6.h | 74 struct fib6_table *fib6_main_tbl; 88 struct fib6_table *fib6_local_tbl;
|
| /linux/include/trace/events/ |
| A D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp),
|
| /linux/drivers/net/ |
| A D | vrf.c | 115 struct fib6_table *fib6_table; member 836 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create() 837 if (!vrf->fib6_table) in vrf_rt6_create() 1349 return ip6_pol_route(net, vrf->fib6_table, ifindex, fl6, skb, flags); in vrf_ip6_route_lookup()
|
| /linux/drivers/net/netdevsim/ |
| A D | fib.c | 550 rt->fib6_table->tb6_id); in nsim_fib6_rt_create() 594 rt->fib6_table->tb6_id); in nsim_fib6_rt_lookup()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_router.c | 7158 vr = mlxsw_sp_vr_find(mlxsw_sp, rt->fib6_table->tb6_id); in mlxsw_sp_fib6_entry_lookup() 7172 if (rt->fib6_table->tb6_id == cmp_rt->fib6_table->tb6_id && in mlxsw_sp_fib6_entry_lookup() 7194 if (rt->fib6_table->tb6_id == RT_TABLE_MAIN && in mlxsw_sp_fib6_allow_replace() 7195 rt_replaced->fib6_table->tb6_id == RT_TABLE_LOCAL) in mlxsw_sp_fib6_allow_replace() 7220 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_replace() 7280 fib_node = mlxsw_sp_fib_node_get(mlxsw_sp, rt->fib6_table->tb6_id, in mlxsw_sp_router_fib6_append()
|
| /linux/net/core/ |
| A D | filter.c | 5546 struct fib6_table *tb; in bpf_ipv6_fib_lookup()
|
Completed in 104 milliseconds