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

/net/sched/
H A Dsch_htb.c72 HTB_CAN_SEND /* class can send */ enumerator in enum:htb_cmode
398 if (cl->cmode == HTB_CAN_SEND && mask)
441 if (cl->cmode == HTB_CAN_SEND && mask)
455 return cl->cmode == HTB_CAN_SEND ? -cl->buffer : 0;
465 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
483 return HTB_CAN_SEND;
496 * to mode other than HTB_CAN_SEND (see htb_add_to_wait_tree).
646 if (old_mode != HTB_CAN_SEND)
648 if (cl->cmode != HTB_CAN_SEND)
690 if (cl->cmode != HTB_CAN_SEND)
[all...]

Completed in 5 milliseconds