Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h315 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
316 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_timer.c108 } 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()
H A Dsctp_structs.h338 uint16_t pf_threshold; member
H A Dsctp_usrreq.c3251 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) &&
H A Dsctp_pcb.c3865 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
/f-stack/freebsd/netpfil/pf/
H A Dpf.h569 struct pf_threshold { struct
588 struct pf_threshold conn_rate; argument
H A Dpf.c218 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()
/f-stack/tools/compat/include/net/
H A Dpfvar.h313 struct pf_threshold conn_rate;
/f-stack/freebsd/net/
H A Dpfvar.h425 struct pf_threshold conn_rate;