pf_threshold
net->pf_threshold = stcb->asoc.def_net_pf_threshold;
uint16_t pf_threshold;
} else if ((net->pf_threshold < net->failure_threshold) &&
(net->error_count > net->pf_threshold)) {
if (net->pf_threshold < net->failure_threshold) {
thlds->spt_pathpfthld = net->pf_threshold;
(net->error_count > net->pf_threshold)) {
(net->error_count > net->pf_threshold)) {
net->pf_threshold = thlds->spt_pathpfthld;
(net->error_count <= net->pf_threshold)) {
if ((net->error_count > net->pf_threshold) &&
net->pf_threshold = thlds->spt_pathpfthld;
(net->error_count <= net->pf_threshold)) {
if ((net->error_count > net->pf_threshold) &&
#define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
#define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
struct pf_threshold conn_rate;