Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h372 uint16_t def_net_failure; member
Dsctp_structs.h1150 uint16_t def_net_failure; member
Dsctp_usrreq.c3082 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure;
3115 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
3872 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3883 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
5679 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt;
5798 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
6603 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6611 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
Dsctp_pcb.c2959 m->def_net_failure = SCTP_BASE_SYSCTL(sctp_path_rtx_max_default);
4510 net->failure_threshold = stcb->asoc.def_net_failure;
Dsctputil.c1042 asoc->def_net_failure = inp->sctp_ep.def_net_failure; in sctp_init_asoc()