Lines Matching refs:state
599 w->state = FWS_INIT;
1163 /* Reset round-robin state, if necessary */
1869 RT6_TRACE("W %p adjusted by delnode 1, s=%d/%d\n", w, w->state, nstate);
1871 w->state = nstate;
1877 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state);
1878 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT;
1880 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state);
1881 w->state = w->state >= FWS_C ? FWS_U : FWS_INIT;
1930 /* Reset round-robin state, if necessary */
1957 if (w->state == FWS_C && w->leaf == rt) {
1962 w->state = FWS_U;
2070 switch (w->state) {
2077 w->state = FWS_L;
2084 w->state = FWS_INIT;
2087 w->state = FWS_R;
2093 w->state = FWS_INIT;
2096 w->state = FWS_C;
2116 w->state = FWS_U;
2128 w->state = FWS_L;
2133 w->state = FWS_R;
2137 w->state = FWS_C;
2152 w->state = FWS_INIT;
2539 iter->w.state = FWS_INIT;
2574 iter->w.state = FWS_INIT;
2640 return w->node && !(w->state == FWS_U && w->node == w->root);