Home | History | Annotate | Download | only in netinet

Lines Matching refs:failure_threshold

3052 				paddrp->spp_pathmaxrxt = net->failure_threshold;
3869 thlds->spt_pathmaxrxt = net->failure_threshold;
5662 net->failure_threshold = paddrp->spp_pathmaxrxt;
5705 net->failure_threshold = paddrp->spp_pathmaxrxt;
6547 if ((net->failure_threshold > thlds->spt_pathmaxrxt) ||
6548 (net->failure_threshold <= thlds->spt_pathpfthld)) {
6552 if ((net->failure_threshold > thlds->spt_pathpfthld) &&
6553 (net->failure_threshold <= thlds->spt_pathmaxrxt)) {
6561 if (net->failure_threshold > thlds->spt_pathmaxrxt) {
6566 if (net->failure_threshold <= thlds->spt_pathmaxrxt) {
6571 net->failure_threshold = thlds->spt_pathmaxrxt;
6576 if ((net->failure_threshold > thlds->spt_pathmaxrxt) ||
6577 (net->failure_threshold <= thlds->spt_pathpfthld)) {
6581 if ((net->failure_threshold > thlds->spt_pathpfthld) &&
6582 (net->failure_threshold <= thlds->spt_pathmaxrxt)) {
6590 if (net->failure_threshold > thlds->spt_pathmaxrxt) {
6595 if (net->failure_threshold <= thlds->spt_pathmaxrxt) {
6600 net->failure_threshold = thlds->spt_pathmaxrxt;