Searched refs:sc_sendad_errors (Results 1 – 1 of 1) sorted by relevance
114 int sc_sendad_errors; member855 if (sc->sc_sendad_errors < INT_MAX) in carp_send_ad()856 sc->sc_sendad_errors++; in carp_send_ad()857 if (sc->sc_sendad_errors == CARP_SENDAD_MAX_ERRORS) { in carp_send_ad()864 if (sc->sc_sendad_errors >= CARP_SENDAD_MAX_ERRORS) { in carp_send_ad()868 sc->sc_sendad_errors = 0; in carp_send_ad()871 sc->sc_sendad_errors = 0; in carp_send_ad()923 if (sc->sc_sendad_errors < INT_MAX) in carp_send_ad()924 sc->sc_sendad_errors++; in carp_send_ad()925 if (sc->sc_sendad_errors == CARP_SENDAD_MAX_ERRORS) { in carp_send_ad()[all …]