Lines Matching defs:atm_tc_put
139 * atm_tc_put handles all destructions, including the ones that are explicitly
143 static void atm_tc_put(struct Qdisc *sch, unsigned long cl)
148 pr_debug("atm_tc_put(sch %p,[qdisc %p],flow %p)\n", sch, p, flow);
151 pr_debug("atm_tc_put: destroying\n");
153 pr_debug("atm_tc_put: qdisc %p\n", flow->q);
157 pr_debug("atm_tc_put: f_count %ld\n",
163 atm_tc_put(sch, (unsigned long)flow->excess);
168 * needs to be removed. (By the caller of atm_tc_put.)
343 atm_tc_put(sch, arg);
597 atm_tc_put(sch, (unsigned long)flow);
678 .unbind_tcf = atm_tc_put,