HomeSort by: relevance | last modified time | path
    Searched refs:failure_threshold (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 188 u_int16_t failure_threshold; member in struct:sctp_nets
sctp_timer.c 143 net->failure_threshold);
146 if (net->error_count >= net->failure_threshold) {
sctp_usrreq.c 383 net->error_count = net->failure_threshold + 1;
2001 paddrp->spp_pathmaxrxt = net->failure_threshold;
2859 net->failure_threshold = paddrp->spp_pathmaxrxt;
sctp_pcb.c 2476 net->failure_threshold = stcb->asoc.def_net_failure;

Completed in 44 milliseconds