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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_atm.c130 * atm_tc_put handles all destructions, including the ones that are explicitly
134 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) function
139 pr_debug("atm_tc_put(sch %p,[qdisc %p],flow %p)\n", sch, p, flow);
142 pr_debug("atm_tc_put: destroying\n");
144 pr_debug("atm_tc_put: qdisc %p\n", flow->q);
148 pr_debug("atm_tc_put: f_count %ld\n",
154 atm_tc_put(sch, (unsigned long)flow->excess);
159 * needs to be removed. (By the caller of atm_tc_put.)
267 atm_tc_put(sch, cl);
303 atm_tc_put(sc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_atm.c130 * atm_tc_put handles all destructions, including the ones that are explicitly
134 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) function
139 pr_debug("atm_tc_put(sch %p,[qdisc %p],flow %p)\n", sch, p, flow);
142 pr_debug("atm_tc_put: destroying\n");
144 pr_debug("atm_tc_put: qdisc %p\n", flow->q);
148 pr_debug("atm_tc_put: f_count %ld\n",
154 atm_tc_put(sch, (unsigned long)flow->excess);
159 * needs to be removed. (By the caller of atm_tc_put.)
267 atm_tc_put(sch, cl);
303 atm_tc_put(sc
[all...]

Completed in 106 milliseconds