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

/linux-4.4.14/net/sched/
H A Dsch_atm.c129 * atm_tc_put handles all destructions, including the ones that are explicitly
133 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) atm_tc_put() function
138 pr_debug("atm_tc_put(sch %p,[qdisc %p],flow %p)\n", sch, p, flow); atm_tc_put()
141 pr_debug("atm_tc_put: destroying\n"); atm_tc_put()
143 pr_debug("atm_tc_put: qdisc %p\n", flow->q); atm_tc_put()
147 pr_debug("atm_tc_put: f_count %ld\n", atm_tc_put()
153 atm_tc_put(sch, (unsigned long)flow->excess); atm_tc_put()
158 * needs to be removed. (By the caller of atm_tc_put.) atm_tc_put()
266 atm_tc_put(sch, cl); atm_tc_change()
301 atm_tc_put(sch, (unsigned long)excess); atm_tc_change()
326 atm_tc_put(sch, arg); atm_tc_delete()
581 atm_tc_put(sch, (unsigned long)flow); atm_tc_destroy()
656 .put = atm_tc_put,
662 .unbind_tcf = atm_tc_put,

Completed in 39 milliseconds