Searched refs:fib6_new_table (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_fib.h | 433 struct fib6_table *fib6_new_table(struct net *net, u32 id);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fib6_rules.c | 366 if (fib6_new_table(net, rule->table) == NULL) { in fib6_rule_configure()
|
H A D | ip6_fib.c | 253 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function 269 EXPORT_SYMBOL_GPL(fib6_new_table); variable 301 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function
|
H A D | route.c | 3655 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create() 3658 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_fib.h | 426 struct fib6_table *fib6_new_table(struct net *net, u32 id);
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | fib6_rules.c | 366 if (fib6_new_table(net, rule->table) == NULL) { in fib6_rule_configure()
|
H A D | ip6_fib.c | 254 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function 270 EXPORT_SYMBOL_GPL(fib6_new_table); variable 302 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() function
|
H A D | route.c | 3739 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create() 3742 table = fib6_new_table(net, cfg->fc_table); in ip6_route_info_create()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 837 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 824 vrf->fib6_table = fib6_new_table(net, vrf->tb_id); in vrf_rt6_create()
|
Completed in 31 milliseconds