Searched refs:RTN_ROOT (Results 1 – 2 of 2) sorted by relevance
222 table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO; in fib6_alloc_table()1000 sfn->fn_flags = RTN_ROOT; in fib6_add()1083 if (fn && !(fn->fn_flags & (RTN_RTINFO|RTN_ROOT))) in fib6_add()1155 if (fn->fn_flags & RTN_ROOT) in fib6_lookup_1()1259 if (fn->fn_flags & RTN_ROOT) in fib6_find_prefix()1305 || (children && fn->fn_flags & RTN_ROOT) in fib6_repair_tree()1322 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_repair_tree()1326 WARN_ON(fn->fn_flags & RTN_ROOT); in fib6_repair_tree()1462 while (!(pn->fn_flags & RTN_ROOT)) in fib6_del()1570 WARN_ON(!(fn->fn_flags & RTN_ROOT)); in fib6_walk_continue()[all …]
218 #define RTN_ROOT 0x0002 /* tree root node */ macro