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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c85 HTB_CAN_SEND /* class can send */ enumerator in enum:htb_cmode
459 if (cl->cmode == HTB_CAN_SEND && mask)
501 if (cl->cmode == HTB_CAN_SEND && mask)
512 return cl->cmode == HTB_CAN_SEND ? -cl->buffer : 0;
523 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
541 return HTB_CAN_SEND;
554 * to mode other than HTB_CAN_SEND (see htb_add_to_wait_tree).
748 if (old_mode != HTB_CAN_SEND)
750 if (cl->cmode != HTB_CAN_SEND)
794 if (cl->cmode != HTB_CAN_SEND)
[all...]

Completed in 43 milliseconds