Home
last modified time | relevance | path

Searched refs:tb6_root (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dip6_fib.c244 rcu_assign_pointer(table->tb6_root.leaf, in fib6_alloc_table()
246 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table()
470 w->root = &tb->tb6_root; in fib6_table_dump()
579 w->root = &table->tb6_root; in fib6_dump_table()
2255 fib6_clean_tree(net, &table->tb6_root, in __fib6_clean_all()
2380 rcu_assign_pointer(net->ipv6.fib6_main_tbl->tb6_root.leaf, in fib6_net_init()
2382 net->ipv6.fib6_main_tbl->tb6_root.fn_flags = in fib6_net_init()
2392 rcu_assign_pointer(net->ipv6.fib6_local_tbl->tb6_root.leaf, in fib6_net_init()
2394 net->ipv6.fib6_local_tbl->tb6_root.fn_flags = in fib6_net_init()
2537 iter->w.root = &iter->tbl->tb6_root; in ipv6_route_seq_setup_walk()
Droute.c1211 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup()
1300 err = fib6_add(&table->tb6_root, rt, info, extack); in __ip6_ins_rt()
2179 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in fib6_table_lookup()
2948 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in __ip6_route_redirect()
3947 fn = fib6_locate(&table->tb6_root, in ip6_route_del()
4177 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0, true); in rt6_get_route_info()
4247 for_each_fib6_node_rt_rcu(&table->tb6_root) { in rt6_get_dflt_router()
4304 for_each_fib6_node_rt_rcu(&table->tb6_root) { in __rt6_purge_dflt_routers()
Daddrconf.c2439 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0, true); in addrconf_get_prefix_route()
/kernel/linux/linux-5.10/include/net/
Dip6_fib.h394 struct fib6_node tb6_root; member