Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_fib.c1885 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT; in fib6_repair_tree()
1888 w->state = w->state >= FWS_C ? FWS_U : FWS_INIT; in fib6_repair_tree()
1969 w->state = FWS_U; in fib6_del_route()
2123 w->state = FWS_U; in fib6_walk_continue()
2125 case FWS_U: in fib6_walk_continue()
2647 return w->node && !(w->state == FWS_U && w->node == w->root); in ipv6_route_iter_active()
/openbmc/linux/include/net/
H A Dip6_fib.h347 FWS_U enumerator