Searched refs:RTN_ROOT (Results 1 – 2 of 2) sorted by relevance
192 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table()954 sfn->fn_flags = RTN_ROOT; in fib6_add()1035 if (fn && !(fn->fn_flags & (RTN_RTINFO|RTN_ROOT))) in fib6_add()1106 if (fn->fn_flags & RTN_ROOT) in fib6_lookup_1()1210 if (fn->fn_flags & RTN_ROOT) in fib6_find_prefix()1256 || (children && fn->fn_flags & RTN_ROOT) in fib6_repair_tree()1273 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_repair_tree()1277 WARN_ON(fn->fn_flags & RTN_ROOT); in fib6_repair_tree()1413 while (!(pn->fn_flags & RTN_ROOT)) in fib6_del()1521 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_walk_continue()[all …]
242 #define RTN_ROOT 0x0002 /* tree root node */ macro