Home
last modified time | relevance | path

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

/freebsd-14.2/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.c108 } 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()
H A Dsctp_usrreq.c3249 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) &&
H A Dsctp_structs.h355 uint16_t pf_threshold; member
H A Dsctp_pcb.c3745 net->pf_threshold = stcb->asoc.def_net_pf_threshold; in sctp_add_remote_addr()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.h650 struct pf_threshold { struct
669 struct pf_threshold conn_rate; argument
H A Dpf.c288 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()
/freebsd-14.2/sys/net/
H A Dpfvar.h881 struct pf_threshold conn_rate;