Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_carp.c135 int sc_sendad_errors; member
1151 if (sc->sc_sendad_errors < INT_MAX) in carp_send_ad_error()
1152 sc->sc_sendad_errors++; in carp_send_ad_error()
1153 if (sc->sc_sendad_errors == CARP_SENDAD_MAX_ERRORS) { in carp_send_ad_error()
1161 } else if (sc->sc_sendad_errors > 0) { in carp_send_ad_error()
1163 if (sc->sc_sendad_errors >= CARP_SENDAD_MAX_ERRORS) { in carp_send_ad_error()
1170 sc->sc_sendad_errors = 0; in carp_send_ad_error()