Searched refs:fib6_new_table (Results 1 – 4 of 4) sorted by relevance
435 struct fib6_table *fib6_new_table(struct net *net, u32 id);
250 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function280 EXPORT_SYMBOL_GPL(fib6_new_table);310 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function
3818 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()3821 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
760 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()