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;5378 (net->error_count > net->pf_threshold)) {5423 (net->error_count > net->pf_threshold)) {6380 net->pf_threshold = thlds->spt_pathpfthld;6383 (net->error_count <= net->pf_threshold)) {6387 if ((net->error_count > net->pf_threshold) &&6411 net->pf_threshold = thlds->spt_pathpfthld;6414 (net->error_count <= net->pf_threshold)) {6418 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