Searched refs:RT6_TRACE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | ip6_fib.h | 34 #define RT6_TRACE(x...) pr_debug(x) macro 36 #define RT6_TRACE(x...) do { ; } while (0) macro
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_fib.c | 754 RT6_TRACE("fib6_add_1\n"); in fib6_add_1() 1810 RT6_TRACE("fixing tree: plen=%d iter=%d\n", fn->fn_bit, iter); in fib6_repair_tree() 1873 RT6_TRACE("W %p adjusted by delnode 1, s=%d/%d\n", w, w->state, nstate); in fib6_repair_tree() 1881 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1884 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1912 RT6_TRACE("fib6_del_route\n"); in fib6_del_route() 1962 RT6_TRACE("walker %p adjusted by delroute\n", w); in fib6_del_route() 2300 RT6_TRACE("expiring %p\n", rt); in fib6_age()
|
A D | route.c | 2087 RT6_TRACE("aging clone %p\n", rt); in rt6_age_examine_exception() 2092 RT6_TRACE("purging expired route %p\n", rt); in rt6_age_examine_exception() 2103 RT6_TRACE("purging route %p via non-router but gateway\n", in rt6_age_examine_exception()
|
Completed in 20 milliseconds