Home
last modified time | relevance | path

Searched refs:fib6_new_table (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dfib6_rules.c362 if (fib6_new_table(net, rule->table) == NULL) { in fib6_rule_configure()
H A Dip6_fib.c253 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function
269 EXPORT_SYMBOL_GPL(fib6_new_table);
301 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function
H A Droute.c3634 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
3637 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h443 struct fib6_table *fib6_new_table(struct net *net, u32 id);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c837 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()