Searched refs:IFCQ_TBR_IS_ENABLED (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c101 VERIFY(!IFCQ_TBR_IS_ENABLED(ifq));
172 if (IFCQ_TBR_IS_ENABLED(ifq)) {
182 VERIFY(!IFCQ_TBR_IS_ENABLED(ifq));
320 if (IFCQ_TBR_IS_ENABLED(ifq))
329 if (IFCQ_TBR_IS_ENABLED(ifq))
345 if (IFCQ_TBR_IS_ENABLED(ifq))
350 if (IFCQ_TBR_IS_ENABLED(ifq))
410 if (IFCQ_TBR_IS_ENABLED(ifq))
419 if (IFCQ_TBR_IS_ENABLED(ifq))
430 if (IFCQ_TBR_IS_ENABLED(if
[all...]
H A Dif_classq.h174 #define IFCQ_TBR_IS_ENABLED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_TBR) macro
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c1086 if (IFCQ_TBR_IS_ENABLED(ifq)) {
H A Ddlil.c2197 ts = ((IFCQ_TBR_IS_ENABLED(ifq) && !IFCQ_IS_EMPTY(ifq)) ?
2394 if (IFCQ_TBR_IS_ENABLED(ifq)) {
H A Dpf_ioctl.c1089 } else if (IFCQ_TBR_IS_ENABLED(ifq)) {
1123 if (error == 0 && IFCQ_TBR_IS_ENABLED(ifq)) {
H A Dif.c1795 if (IFCQ_TBR_IS_ENABLED(ifq)) {

Completed in 102 milliseconds