Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c1954 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT; in fib6_repair_tree()
1958 w->state = w->state >= FWS_C ? FWS_U : FWS_INIT; in fib6_repair_tree()
2038 w->state = FWS_U; in fib6_del_route()
2192 w->state = FWS_U; in fib6_walk_continue()
2194 case FWS_U: in fib6_walk_continue()
2767 return w->node && !(w->state == FWS_U && w->node == w->root); in ipv6_route_native_seq_stop()
/linux/include/net/
H A Dip6_fib.h355 FWS_U enumerator