Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_timer.c96 net->failure_threshold); in sctp_threshold_management()
97 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
107 } else if ((net->pf_threshold < net->failure_threshold) && in sctp_threshold_management()
872 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
HDsctp_usrreq.c2443 paddrp->spp_pathmaxrxt = net->failure_threshold;
3317 thlds->spt_pathmaxrxt = net->failure_threshold;
5310 net->failure_threshold = paddrp->spp_pathmaxrxt;
5355 net->failure_threshold = paddrp->spp_pathmaxrxt;
6249 net->failure_threshold = thlds->spt_pathmaxrxt;
6252 if ((net->error_count > net->failure_threshold) ||
6258 (net->error_count <= net->failure_threshold)) {
6268 if (net->error_count > net->failure_threshold) {
6273 if (net->error_count <= net->failure_threshold) {
6280 net->failure_threshold = thlds->spt_pathmaxrxt;
[all …]
HDsctp_var.h313 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
HDsctp_structs.h337 uint16_t failure_threshold; member
HDsctp_sysctl.c506 xraddr.max_path_rtx = net->failure_threshold; in sctp_sysctl_handle_assoclist()
HDsctp_pcb.c3901 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()