Home
last modified time | relevance | path

Searched refs:def_net_failure (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/netinet/
HDsctp_pcb.h298 uint16_t def_net_failure; member
HDsctp_structs.h1106 uint16_t def_net_failure; member
HDsctp_usrreq.c2487 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure;
2520 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
3320 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3331 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
5327 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt;
5464 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
6310 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6319 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
HDsctp_pcb.c2611 m->def_net_failure = SCTP_BASE_SYSCTL(sctp_path_rtx_max_default); in sctp_inpcb_alloc()
3901 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()
HDsctputil.c1000 asoc->def_net_failure = inp->sctp_ep.def_net_failure; in sctp_init_asoc()