Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_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()
886 if (net->pf_threshold < net->failure_threshold) { in sctp_t3rxt_timer()
H A Dsctp_usrreq.c2380 paddrp->spp_pathmaxrxt = net->failure_threshold;
3243 thlds->spt_pathmaxrxt = net->failure_threshold;
5398 net->failure_threshold = paddrp->spp_pathmaxrxt;
5443 net->failure_threshold = paddrp->spp_pathmaxrxt;
6379 net->failure_threshold = thlds->spt_pathmaxrxt;
6382 if ((net->error_count > net->failure_threshold) ||
6388 (net->error_count <= net->failure_threshold)) {
6398 if (net->error_count > net->failure_threshold) {
6403 if (net->error_count <= net->failure_threshold) {
6410 net->failure_threshold = thlds->spt_pathmaxrxt;
[all …]
H A Dsctp_var.h312 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
H A Dsctp_structs.h353 uint16_t failure_threshold; member
H A Dsctp_sysctl.c529 xraddr.max_path_rtx = net->failure_threshold; in sctp_sysctl_handle_assoclist()
H A Dsctp_pcb.c3744 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()