Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dip_carp.c113 int sc_sendad_errors; member
845 if (sc->sc_sendad_errors < INT_MAX) in carp_send_ad_error()
846 sc->sc_sendad_errors++; in carp_send_ad_error()
847 if (sc->sc_sendad_errors == CARP_SENDAD_MAX_ERRORS) { in carp_send_ad_error()
856 if (sc->sc_sendad_errors >= CARP_SENDAD_MAX_ERRORS && in carp_send_ad_error()
863 sc->sc_sendad_errors = 0; in carp_send_ad_error()
865 sc->sc_sendad_errors = 0; in carp_send_ad_error()