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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_atm.c154 * atm_tc_put handles all destructions, including the ones that are explicitly
159 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) function
165 DPRINTK("atm_tc_put(sch %p,[qdisc %p],flow %p)\n",sch,p,flow);
167 DPRINTK("atm_tc_put: destroying\n");
171 printk(KERN_CRIT "atm_tc_put: class %p not found\n",flow);
175 DPRINTK("atm_tc_put: qdisc %p\n",flow->q);
179 DPRINTK("atm_tc_put: f_count %d\n",
184 if (flow->excess) atm_tc_put(sch,(unsigned long) flow->excess);
188 * needs to be removed. (By the caller of atm_tc_put.)
287 atm_tc_put(sc
[all...]

Completed in 104 milliseconds