Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h387 uint16_t def_net_failure; member
Dsctp_structs.h1178 uint16_t def_net_failure; member
Dsctp_usrreq.c3052 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure;
3086 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure;
3956 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3969 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
6260 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt;
6405 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt;
7341 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
7351 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;
Dsctp_pcb.c3006 m->def_net_failure = SCTP_BASE_SYSCTL(sctp_path_rtx_max_default);
4527 net->failure_threshold = stcb->asoc.def_net_failure;
Dsctputil.c1247 asoc->def_net_failure = inp->sctp_ep.def_net_failure; in sctp_init_asoc()