Searched refs:RTN_ROOT (Results 1 – 2 of 2) sorted by relevance
247 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table()1429 sfn->fn_flags = RTN_ROOT; in fib6_add()1531 (!(fn->fn_flags & (RTN_RTINFO|RTN_ROOT)) || in fib6_add()1606 if (fn->fn_flags & RTN_ROOT) in fib6_node_lookup_1()1751 if (fn->fn_flags & RTN_ROOT) in fib6_find_prefix()1831 || (children && fn->fn_flags & RTN_ROOT) in fib6_repair_tree()1848 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_repair_tree()1852 WARN_ON(fn->fn_flags & RTN_ROOT); in fib6_repair_tree()2131 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_walk_continue()2388 RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_net_init()[all …]
377 #define RTN_ROOT 0x0002 /* tree root node */ macro
Completed in 10 milliseconds