Searched refs:pf_threshold (Results 1 – 8 of 8) 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()
3259 thlds->spt_pathpfthld = net->pf_threshold;5399 (net->error_count > net->pf_threshold)) {5444 (net->error_count > net->pf_threshold)) {6401 net->pf_threshold = thlds->spt_pathpfthld;6404 (net->error_count <= net->pf_threshold)) {6408 if ((net->error_count > net->pf_threshold) &&6432 net->pf_threshold = thlds->spt_pathpfthld;6435 (net->error_count <= net->pf_threshold)) {6439 if ((net->error_count > net->pf_threshold) &&
338 uint16_t pf_threshold; member
3878 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
611 struct pf_threshold { struct630 struct pf_threshold conn_rate; argument
241 static void pf_init_threshold(struct pf_threshold *, u_int32_t,243 static void pf_add_threshold(struct pf_threshold *);244 static int pf_check_threshold(struct pf_threshold *);619 pf_init_threshold(struct pf_threshold *threshold, in pf_init_threshold()629 pf_add_threshold(struct pf_threshold *threshold) in pf_add_threshold()643 pf_check_threshold(struct pf_threshold *threshold) in pf_check_threshold()
681 struct pf_threshold conn_rate;