Searched refs:pf_threshold (Results 1 – 8 of 8) 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)
108 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()109 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()887 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
3249 thlds->spt_pathpfthld = net->pf_threshold;5383 (net->error_count > net->pf_threshold)) {5428 (net->error_count > net->pf_threshold)) {6385 net->pf_threshold = thlds->spt_pathpfthld;6388 (net->error_count <= net->pf_threshold)) {6392 if ((net->error_count > net->pf_threshold) &&6416 net->pf_threshold = thlds->spt_pathpfthld;6419 (net->error_count <= net->pf_threshold)) {6423 if ((net->error_count > net->pf_threshold) &&
355 uint16_t pf_threshold; member
3745 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
650 struct pf_threshold { struct669 struct pf_threshold conn_rate; argument
288 static void pf_init_threshold(struct pf_threshold *, u_int32_t,290 static void pf_add_threshold(struct pf_threshold *);291 static int pf_check_threshold(struct pf_threshold *);730 pf_init_threshold(struct pf_threshold *threshold, in pf_init_threshold()740 pf_add_threshold(struct pf_threshold *threshold) in pf_add_threshold()754 pf_check_threshold(struct pf_threshold *threshold) in pf_check_threshold()
881 struct pf_threshold conn_rate;