Lines Matching refs:error_count
5401 if (net->error_count > paddrp->spp_pathmaxrxt) {
5405 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5406 (net->error_count > net->pf_threshold)) {
5416 if (net->error_count > paddrp->spp_pathmaxrxt) {
5421 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5446 if (net->error_count > paddrp->spp_pathmaxrxt) {
5450 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5451 (net->error_count > net->pf_threshold)) {
5461 if (net->error_count > paddrp->spp_pathmaxrxt) {
5466 if (net->error_count <= paddrp->spp_pathmaxrxt) {
6405 if ((net->error_count > net->failure_threshold) ||
6406 (net->error_count <= net->pf_threshold)) {
6410 if ((net->error_count > net->pf_threshold) &&
6411 (net->error_count <= net->failure_threshold)) {
6421 if (net->error_count > net->failure_threshold) {
6426 if (net->error_count <= net->failure_threshold) {
6436 if ((net->error_count > net->failure_threshold) ||
6437 (net->error_count <= net->pf_threshold)) {
6441 if ((net->error_count > net->pf_threshold) &&
6442 (net->error_count <= net->failure_threshold)) {
6452 if (net->error_count > net->failure_threshold) {
6457 if (net->error_count <= net->failure_threshold) {