Home
last modified time | relevance | path

Searched refs:spt_pathmaxrxt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_uio.h593 uint16_t spt_pathmaxrxt; member
Dsctp_usrreq.c3240 thlds->spt_pathmaxrxt = net->failure_threshold;
3244 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3257 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
6395 net->failure_threshold = thlds->spt_pathmaxrxt;
6426 net->failure_threshold = thlds->spt_pathmaxrxt;
6456 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6466 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;