Searched refs:tb6_root (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 221 table->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_alloc_table() 222 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table() 355 w->root = &table->tb6_root; in fib6_dump_table() 1687 fib6_clean_tree(net, &table->tb6_root, in __fib6_clean_all() 1836 net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init() 1837 net->ipv6.fib6_main_tbl->tb6_root.fn_flags = in fib6_net_init() 1847 net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init() 1848 net->ipv6.fib6_local_tbl->tb6_root.fn_flags = in fib6_net_init() 1981 iter->w.root = &iter->tbl->tb6_root; in ipv6_route_seq_setup_walk()
|
D | route.c | 855 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup() 918 err = fib6_add(&table->tb6_root, rt, info, mxc); in __ip6_ins_rt() 1053 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route() 1442 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in __ip6_route_redirect() 2069 fn = fib6_locate(&table->tb6_root, in ip6_route_del() 2264 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0); in rt6_get_route_info() 2323 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) { in rt6_get_dflt_router() 2369 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) { in rt6_purge_dflt_routers()
|
D | addrconf.c | 2197 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0); in addrconf_get_prefix_route()
|
/linux-4.4.14/include/net/ |
D | ip6_fib.h | 231 struct fib6_node tb6_root; member
|