Searched refs:failure_threshold (Results 1 – 6 of 6) sorted by relevance
104 net->failure_threshold); in sctp_threshold_management()105 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()115 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()888 if (net->pf_threshold < net->failure_threshold) {
3003 paddrp->spp_pathmaxrxt = net->failure_threshold;3952 thlds->spt_pathmaxrxt = net->failure_threshold;6243 net->failure_threshold = paddrp->spp_pathmaxrxt;6288 net->failure_threshold = paddrp->spp_pathmaxrxt;7280 net->failure_threshold = thlds->spt_pathmaxrxt;7283 if ((net->error_count > net->failure_threshold) ||7289 (net->error_count <= net->failure_threshold)) {7299 if (net->error_count > net->failure_threshold) {7304 if (net->error_count <= net->failure_threshold) {7311 net->failure_threshold = thlds->spt_pathmaxrxt;[all …]
362 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
388 uint16_t failure_threshold; member
616 xraddr.max_path_rtx = net->failure_threshold;
4527 net->failure_threshold = stcb->asoc.def_net_failure;