Lines Matching refs:excess
57 struct atm_flow_data *excess; /* flow for excess traffic; member
161 if (flow->excess) in atm_tc_put()
162 atm_tc_put(sch, (unsigned long)flow->excess); in atm_tc_put()
200 struct atm_flow_data *excess = NULL; in atm_tc_change() local
242 excess = NULL; in atm_tc_change()
244 excess = (struct atm_flow_data *) in atm_tc_change()
246 if (!excess) in atm_tc_change()
307 flow->excess = excess; in atm_tc_change()
424 if (flow->excess) in atm_tc_enqueue()
425 flow = flow->excess; in atm_tc_enqueue()
633 if (flow->excess) { in atm_tc_dump_class()