Searched refs:pf_threshold (Results 1 – 9 of 9) sorted by relevance
315 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)316 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
108 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()109 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()890 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
338 uint16_t pf_threshold; member
3251 thlds->spt_pathpfthld = net->pf_threshold;5406 (net->error_count > net->pf_threshold)) {5451 (net->error_count > net->pf_threshold)) {6403 net->pf_threshold = thlds->spt_pathpfthld;6406 (net->error_count <= net->pf_threshold)) {6410 if ((net->error_count > net->pf_threshold) &&6434 net->pf_threshold = thlds->spt_pathpfthld;6437 (net->error_count <= net->pf_threshold)) {6441 if ((net->error_count > net->pf_threshold) &&
3865 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
569 struct pf_threshold { struct588 struct pf_threshold conn_rate; argument
218 static void pf_init_threshold(struct pf_threshold *, u_int32_t,220 static void pf_add_threshold(struct pf_threshold *);221 static int pf_check_threshold(struct pf_threshold *);502 pf_init_threshold(struct pf_threshold *threshold, in pf_init_threshold()512 pf_add_threshold(struct pf_threshold *threshold) in pf_add_threshold()526 pf_check_threshold(struct pf_threshold *threshold) in pf_check_threshold()
313 struct pf_threshold conn_rate;
425 struct pf_threshold conn_rate;