Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h300 uint16_t def_net_failure; member
H A Dsctp_structs.h1121 uint16_t def_net_failure; member
H A Dsctp_usrreq.c2431 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure;
2465 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
3254 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3267 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
5443 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt;
5584 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
6463 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6473 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
H A Dsctp_pcb.c2548 m->def_net_failure = SCTP_BASE_SYSCTL(sctp_path_rtx_max_default); in sctp_inpcb_alloc()
3864 net->failure_threshold = stcb->asoc.def_net_failure; in sctp_add_remote_addr()
H A Dsctputil.c1217 asoc->def_net_failure = inp->sctp_ep.def_net_failure; in sctp_init_asoc()