Searched refs:tb6_root (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 191 table->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_alloc_table() 192 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table() 314 w->root = &table->tb6_root; in fib6_dump_table() 1638 fib6_clean_tree(net, &table->tb6_root, in __fib6_clean_all() 1787 net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init() 1788 net->ipv6.fib6_main_tbl->tb6_root.fn_flags = in fib6_net_init() 1798 net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init() 1799 net->ipv6.fib6_local_tbl->tb6_root.fn_flags = in fib6_net_init() 1932 iter->w.root = &iter->tbl->tb6_root; in ipv6_route_seq_setup_walk()
|
D | route.c | 798 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route_lookup() 861 err = fib6_add(&table->tb6_root, rt, info, mxc); in __ip6_ins_rt() 931 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in ip6_pol_route() 1221 fn = fib6_lookup(&table->tb6_root, &fl6->daddr, &fl6->saddr); in __ip6_route_redirect() 1803 fn = fib6_locate(&table->tb6_root, in ip6_route_del() 2002 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0); in rt6_get_route_info() 2061 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) { in rt6_get_dflt_router() 2107 for (rt = table->tb6_root.leaf; rt; rt = rt->dst.rt6_next) { in rt6_purge_dflt_routers()
|
D | addrconf.c | 2130 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0); in addrconf_get_prefix_route()
|
/linux-4.1.27/include/net/ |
D | ip6_fib.h | 255 struct fib6_node tb6_root; member
|