Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h362 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
363 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
Dsctp_timer.c115 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()
116 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()
888 if (net->pf_threshold < net->failure_threshold) {
Dsctp_structs.h390 uint16_t pf_threshold; member
Dsctp_usrreq.c3953 thlds->spt_pathpfthld = net->pf_threshold;
6223 (net->error_count > net->pf_threshold)) {
6268 (net->error_count > net->pf_threshold)) {
7281 net->pf_threshold = thlds->spt_pathpfthld;
7284 (net->error_count <= net->pf_threshold)) {
7288 if ((net->error_count > net->pf_threshold) &&
7312 net->pf_threshold = thlds->spt_pathpfthld;
7315 (net->error_count <= net->pf_threshold)) {
7319 if ((net->error_count > net->pf_threshold) &&
Dsctp_pcb.c4528 net->pf_threshold = stcb->asoc.def_net_pf_threshold;