Home
last modified time | relevance | path

Searched refs:FWS_U (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/ipv6/
H A Dip6_fib.c1895 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT; in fib6_repair_tree()
1899 w->state = w->state >= FWS_C ? FWS_U : FWS_INIT; in fib6_repair_tree()
1978 w->state = FWS_U; in fib6_del_route()
2132 w->state = FWS_U; in fib6_walk_continue()
2134 case FWS_U: in fib6_walk_continue()
2696 return w->node && !(w->state == FWS_U && w->node == w->root); in ipv6_route_iter_active()
/linux-6.15/include/net/
H A Dip6_fib.h354 FWS_U enumerator