Searched refs:carpr_state (Results 1 – 3 of 3) sorted by relevance
89 int carpr_state; member
1676 if (sc->sc_state != INIT && carpr.carpr_state != sc->sc_state) { in carp_ioctl()1677 switch (carpr.carpr_state) { in carp_ioctl()1737 carpr.carpr_state = sc->sc_state; in carp_ioctl()
2611 if (carpr.carpr_state > CARP_MAXSTATE) in carp_status()2614 state = carp_states[carpr.carpr_state]; in carp_status()2723 carpr.carpr_state = i; in setcarp_state()