Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_uio.h583 uint16_t spt_pathmaxrxt; member
HDsctp_usrreq.c3249 thlds->spt_pathmaxrxt = net->failure_threshold;
3253 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3266 thlds->spt_pathmaxrxt = inp->sctp_ep.def_net_failure;
6385 net->failure_threshold = thlds->spt_pathmaxrxt;
6416 net->failure_threshold = thlds->spt_pathmaxrxt;
6446 stcb->asoc.def_net_failure = thlds->spt_pathmaxrxt;
6456 inp->sctp_ep.def_net_failure = thlds->spt_pathmaxrxt;