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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h372 uint16_t def_net_failure; member in struct:sctp_pcb
H A Dsctp_structs.h1158 uint16_t def_net_failure; member in struct:sctp_association
H A Dsctp_usrreq.c3094 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure;
3127 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
3884 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3895 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
5946 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt;
6065 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
6909 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6917 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
H A Dsctp_pcb.c3055 m->def_net_failure = SCTP_BASE_SYSCTL(sctp_path_rtx_max_default);
4595 net->failure_threshold = stcb->asoc.def_net_failure;
H A Dsctputil.c1049 asoc->def_net_failure = inp->sctp_ep.def_net_failure;

Completed in 150 milliseconds