Searched refs:sctp_pa_max_rxt (Results 1 – 7 of 7) sorted by relevance
401 if (sctp->sctp_strikes >= sctp->sctp_pa_max_rxt) { in sctp_heartbeat_timer()604 pa_max_retr = sctp->sctp_pa_max_rxt; in sctp_rexmit_timer()608 pa_max_retr = MIN(sctp_pa_early_abort, sctp->sctp_pa_max_rxt); in sctp_rexmit_timer()
266 sap->sasoc_asocmaxrxt = sctp->sctp_pa_max_rxt; in sctp_get_assocparams()318 sctp->sctp_pa_max_rxt = sap->sasoc_asocmaxrxt; in sctp_set_assocparams()484 if (sctp->sctp_pa_max_rxt > sum) { in sctp_set_peer_addr_params()
848 sctp->sctp_pa_max_rxt = psctp->sctp_pa_max_rxt; in sctp_init_values()890 sctp->sctp_pa_max_rxt = sctps->sctps_pa_max_retr; in sctp_init_values()
791 sce.sctpAssocMaxRetr = sctp->sctp_pa_max_rxt; in sctp_snmp_get_mib2()
858 int32_t sctp_pa_max_rxt; /* Max per-assoc retransmit cnt */ member
871 if (sctp->sctp_strikes >= sctp->sctp_pa_max_rxt) { in sctp_rc_timer()
874 sctp->sctp_pa_max_rxt, sctp->sctp_pp_max_rxt, in sctp()