Lines Matching refs:excess
58 struct atm_flow_data *excess; /* flow for excess traffic; member
162 if (flow->excess) in atm_tc_put()
163 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put()
201 struct atm_flow_data *excess = NULL; in atm_tc_change() local
244 excess = NULL; in atm_tc_change()
246 excess = (struct atm_flow_data *) in atm_tc_change()
248 if (!excess) in atm_tc_change()
309 flow->excess = excess; in atm_tc_change()
426 if (flow->excess) in atm_tc_enqueue()
427 flow = flow->excess; in atm_tc_enqueue()
634 if (flow->excess) { in atm_tc_dump_class()