Lines Matching refs:excess
55 struct atm_flow_data *excess; /* flow for excess traffic; member
152 if (flow->excess) in atm_tc_put()
153 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put()
190 struct atm_flow_data *excess = NULL; in atm_tc_change() local
232 excess = NULL; in atm_tc_change()
234 excess = (struct atm_flow_data *) in atm_tc_change()
236 if (!excess) in atm_tc_change()
290 flow->excess = excess; in atm_tc_change()
300 if (excess) in atm_tc_change()
301 atm_tc_put(sch, (unsigned long)excess); in atm_tc_change()
407 if (flow->excess) in atm_tc_enqueue()
408 flow = flow->excess; in atm_tc_enqueue()
621 if (flow->excess) { in atm_tc_dump_class()