Searched refs:CLASSQEQ_DROPPED (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.c288 return (CLASSQEQ_DROPPED);
H A Dif_classq.h177 #define CLASSQEQ_DROPPED (-1) /* packet dropped (freed) */ macro
H A Dclassq_red.c430 return (CLASSQEQ_DROPPED);
H A Dclassq_rio.c443 return (CLASSQEQ_DROPPED);
H A Dclassq_sfb.c999 return ((ret != CLASSQEQ_SUCCESS) ? ret : CLASSQEQ_DROPPED);
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c548 VERIFY(ret == CLASSQEQ_DROPPED ||
555 case CLASSQEQ_DROPPED:
H A Dpktsched_fairq.c689 VERIFY(ret == CLASSQEQ_DROPPED ||
697 case CLASSQEQ_DROPPED:
901 return (CLASSQEQ_DROPPED);
H A Dpktsched_priq.c593 VERIFY(ret == CLASSQEQ_DROPPED ||
600 case CLASSQEQ_DROPPED:
728 return (CLASSQEQ_DROPPED);
H A Dpktsched_tcq.c558 VERIFY(ret == CLASSQEQ_DROPPED ||
565 case CLASSQEQ_DROPPED:
689 return (CLASSQEQ_DROPPED);
H A Dpktsched_rmclass.c816 * CLASSQEQ_DROPPED when packet drop occurs
856 (ret == CLASSQEQ_DROPPED || ret == CLASSQEQ_DROPPED_FC ||
870 return (CLASSQEQ_DROPPED);
H A Dpktsched_hfsc.c789 VERIFY(ret == CLASSQEQ_DROPPED ||
796 case CLASSQEQ_DROPPED:
971 return (CLASSQEQ_DROPPED);
H A Dpktsched_qfq.c1097 VERIFY(ret == CLASSQEQ_DROPPED ||
1104 case CLASSQEQ_DROPPED:
1362 return (CLASSQEQ_DROPPED);

Completed in 137 milliseconds