Searched refs:SFBF_DELAYHIGH (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.h106 #define SFBF_DELAYHIGH 0x10 /* Estimated delay is greater than target */ macro
H A Dclassq_sfb.c192 (_sp_)->sfb_flags |= SFBF_DELAYHIGH; \
198 #define SFB_IS_DELAYHIGH(_sp_) ((_sp_)->sfb_flags & SFBF_DELAYHIGH)
1340 sp->sfb_flags &= ~(SFBF_DELAYHIGH);
1377 sp->sfb_flags &= ~SFBF_DELAYHIGH;

Completed in 25 milliseconds