Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_usrreq.c2001 paddrp->spp_pathmaxrxt = net->failure_threshold; in sctp_optsget()
2004 paddrp->spp_pathmaxrxt = stcb->asoc.def_net_failure; in sctp_optsget()
2017 paddrp->spp_pathmaxrxt = inp->sctp_ep.def_net_failure; in sctp_optsget()
2856 if (paddrp->spp_pathmaxrxt) { in sctp_optsset()
2858 if (paddrp->spp_pathmaxrxt) in sctp_optsset()
2859 net->failure_threshold = paddrp->spp_pathmaxrxt; in sctp_optsset()
2861 if (paddrp->spp_pathmaxrxt) in sctp_optsset()
2862 stcb->asoc.def_net_failure = paddrp->spp_pathmaxrxt; in sctp_optsset()
2906 if (paddrp->spp_pathmaxrxt) in sctp_optsset()
2907 inp->sctp_ep.def_net_failure = paddrp->spp_pathmaxrxt; in sctp_optsset()
[all...]
H A Dsctp_uio.h384 u_int16_t spp_pathmaxrxt; member