Home
last modified time | relevance | path

Searched refs:pf_threshold (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h312 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
313 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_timer.c106 } 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()
H A Dsctp_usrreq.c3244 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) &&
H A Dsctp_structs.h355 uint16_t pf_threshold; member
H A Dsctp_pcb.c3760 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
/freebsd/sys/netpfil/pf/
H A Dpf.h688 struct pf_threshold { struct
707 struct pf_threshold conn_rate; argument