Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c104 net->failure_threshold); in sctp_threshold_management()
105 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
115 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()
888 if (net->pf_threshold < net->failure_threshold) {
Dsctp_usrreq.c3003 paddrp->spp_pathmaxrxt = net->failure_threshold;
3952 thlds->spt_pathmaxrxt = net->failure_threshold;
6243 net->failure_threshold = paddrp->spp_pathmaxrxt;
6288 net->failure_threshold = paddrp->spp_pathmaxrxt;
7280 net->failure_threshold = thlds->spt_pathmaxrxt;
7283 if ((net->error_count > net->failure_threshold) ||
7289 (net->error_count <= net->failure_threshold)) {
7299 if (net->error_count > net->failure_threshold) {
7304 if (net->error_count <= net->failure_threshold) {
7311 net->failure_threshold = thlds->spt_pathmaxrxt;
[all …]
Dsctp_var.h362 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
Dsctp_structs.h388 uint16_t failure_threshold; member
Dsctp_sysctl.c616 xraddr.max_path_rtx = net->failure_threshold;
Dsctp_pcb.c4527 net->failure_threshold = stcb->asoc.def_net_failure;