Searched refs:pf_threshold (Results 1 – 5 of 5) sorted by relevance
362 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)363 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
115 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()116 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()888 if (net->pf_threshold < net->failure_threshold) {
390 uint16_t pf_threshold; member
3953 thlds->spt_pathpfthld = net->pf_threshold;6223 (net->error_count > net->pf_threshold)) {6268 (net->error_count > net->pf_threshold)) {7281 net->pf_threshold = thlds->spt_pathpfthld;7284 (net->error_count <= net->pf_threshold)) {7288 if ((net->error_count > net->pf_threshold) &&7312 net->pf_threshold = thlds->spt_pathpfthld;7315 (net->error_count <= net->pf_threshold)) {7319 if ((net->error_count > net->pf_threshold) &&
4528 net->pf_threshold = stcb->asoc.def_net_pf_threshold;