Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c401 if (sctp->sctp_strikes >= sctp->sctp_pa_max_rxt) { in sctp_heartbeat_timer()
499 sctp->sctp_strikes++; in sctp_heartbeat_timer()
623 if (sctp->sctp_strikes >= pa_max_retr) { in sctp_rexmit_timer()
717 sctp->sctp_strikes++; in sctp_rexmit_timer()
H A Dsctp_asconf.c877 if (sctp->sctp_strikes >= sctp->sctp_pa_max_rxt) { in sctp_rc_timer()
890 sctp->sctp_strikes++; in sctp_rc_timer()
H A Dsctp_output.c1819 sctp->sctp_strikes++; in sctp_rexmit()
2037 sctp->sctp_strikes++; in sctp_rexmit()
H A Dsctp_impl.h856 int32_t sctp_strikes; /* Total number of assoc strikes */ member
H A Dsctp_common.c633 sctp->sctp_strikes = 0; in sctp_faddr_alive()
H A Dsctp.c803 sctp->sctp_strikes = 0; in sctp_init_values()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c875 sctp->sctp_strikes, sctp->sctp_max_init_rxt, in sctp()