Searched refs:pf_threshold (Results 1 – 6 of 6) sorted by relevance
312 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)313 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
106 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()107 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()885 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
3244 thlds->spt_pathpfthld = net->pf_threshold;5375 (net->error_count > net->pf_threshold)) {5420 (net->error_count > net->pf_threshold)) {6377 net->pf_threshold = thlds->spt_pathpfthld;6380 (net->error_count <= net->pf_threshold)) {6384 if ((net->error_count > net->pf_threshold) &&6408 net->pf_threshold = thlds->spt_pathpfthld;6411 (net->error_count <= net->pf_threshold)) {6415 if ((net->error_count > net->pf_threshold) &&
355 uint16_t pf_threshold; member
3760 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
688 struct pf_threshold { struct707 struct pf_threshold conn_rate; argument