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

/linux-4.4.14/net/sched/
H A Dsch_htb.c76 HTB_CAN_SEND /* class can send */ enumerator in enum:htb_cmode
419 if (cl->cmode == HTB_CAN_SEND && mask) htb_activate_prios()
463 if (cl->cmode == HTB_CAN_SEND && mask) htb_deactivate_prios()
477 return cl->cmode == HTB_CAN_SEND ? -cl->buffer : 0; htb_hiwater()
487 * is not HTB_CAN_SEND then cl->pq_key is updated to time difference
505 return HTB_CAN_SEND; htb_class_mode()
518 * to mode other than HTB_CAN_SEND (see htb_add_to_wait_tree).
669 if (old_mode != HTB_CAN_SEND) htb_charge_class()
671 if (cl->cmode != HTB_CAN_SEND) htb_charge_class()
715 if (cl->cmode != HTB_CAN_SEND) htb_do_events()
989 cl->cmode = HTB_CAN_SEND; htb_reset()
1213 if (parent->cmode != HTB_CAN_SEND) htb_parent_to_leaf()
1224 parent->cmode = HTB_CAN_SEND; htb_parent_to_leaf()
1305 if (cl->cmode != HTB_CAN_SEND) htb_delete()
1438 if (parent->cmode != HTB_CAN_SEND) { htb_change_class()
1440 parent->cmode = HTB_CAN_SEND; htb_change_class()
1452 /* set class to be in HTB_CAN_SEND state */ htb_change_class()
1457 cl->cmode = HTB_CAN_SEND; htb_change_class()

Completed in 60 milliseconds