Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h188 u_int16_t failure_threshold; member
H A Dsctp_timer.c143 net->failure_threshold); in sctp_threshold_management()
146 if (net->error_count >= net->failure_threshold) { in sctp_threshold_management()
H A Dsctp_usrreq.c383 net->error_count = net->failure_threshold + 1; in sctp_notify()
2001 paddrp->spp_pathmaxrxt = net->failure_threshold; in sctp_optsget()
2859 net->failure_threshold = paddrp->spp_pathmaxrxt; in sctp_optsset()
H A Dsctp_pcb.c2476 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()