Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_htb.c73 HTB_CAN_SEND /* class can send */ enumerator
542 return HTB_CAN_SEND; in htb_class_mode()
722 if (old_mode != HTB_CAN_SEND) in htb_charge_class()
724 if (cl->cmode != HTB_CAN_SEND) in htb_charge_class()
771 if (cl->cmode != HTB_CAN_SEND) in htb_do_events()
1012 cl->cmode = HTB_CAN_SEND; in htb_reset()
1510 if (parent->cmode != HTB_CAN_SEND) in htb_parent_to_leaf()
1520 parent->cmode = HTB_CAN_SEND; in htb_parent_to_leaf()
1744 if (cl->cmode != HTB_CAN_SEND) in htb_delete()
1956 parent->cmode = HTB_CAN_SEND; in htb_change_class()
[all …]