Home
last modified time | relevance | path

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

/Linux-v5.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()
578 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.c1228 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup()
1317 err = fib6_add(&table->tb6_root, rt, info, extack); in __ip6_ins_rt()
2186 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in fib6_table_lookup()
2955 fn = fib6_node_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in __ip6_route_redirect()
3933 fn = fib6_locate(&table->tb6_root, in ip6_route_del()
4163 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0, true); in rt6_get_route_info()
4233 for_each_fib6_node_rt_rcu(&table->tb6_root) { in rt6_get_dflt_router()
4290 for_each_fib6_node_rt_rcu(&table->tb6_root) { in __rt6_purge_dflt_routers()
Daddrconf.c2432 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0, true); in addrconf_get_prefix_route()
/Linux-v5.10/include/net/
Dip6_fib.h394 struct fib6_node tb6_root; member