Searched refs:failure_threshold (Results 1 – 6 of 6) sorted by relevance
97 net->failure_threshold); in sctp_threshold_management()98 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()108 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()887 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
312 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
2385 paddrp->spp_pathmaxrxt = net->failure_threshold;3248 thlds->spt_pathmaxrxt = net->failure_threshold;5403 net->failure_threshold = paddrp->spp_pathmaxrxt;5448 net->failure_threshold = paddrp->spp_pathmaxrxt;6384 net->failure_threshold = thlds->spt_pathmaxrxt;6387 if ((net->error_count > net->failure_threshold) ||6403 if (net->error_count > net->failure_threshold) {6408 if (net->error_count <= net->failure_threshold) {6415 net->failure_threshold = thlds->spt_pathmaxrxt;6434 if (net->error_count > net->failure_threshold) {[all …]
353 uint16_t failure_threshold; member
529 xraddr.max_path_rtx = net->failure_threshold; in sctp_sysctl_handle_assoclist()
3744 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()