Searched refs:atm_tc_get (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/net/sched/ |
H A D | sch_atm.c | 109 static unsigned long atm_tc_get(struct Qdisc *sch, u32 classid) atm_tc_get() function 114 pr_debug("atm_tc_get(sch %p,[qdisc %p],classid %x)\n", sch, p, classid); atm_tc_get() 118 pr_debug("atm_tc_get: flow %p\n", flow); atm_tc_get() 125 return atm_tc_get(sch, classid); atm_tc_bind_filter() 235 atm_tc_get(sch, nla_get_u32(tb[TCA_ATM_EXCESS])); atm_tc_change() 263 cl = atm_tc_get(sch, classid); atm_tc_change() 372 !(flow = (struct atm_flow_data *)atm_tc_get(sch, skb->priority))) { atm_tc_enqueue() 655 .get = atm_tc_get,
|
Completed in 70 milliseconds