Home
last modified time | relevance | path

Searched refs:atm_tc_get (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_atm.c109 static unsigned long atm_tc_get(struct Qdisc *sch, u32 classid) in atm_tc_get() function
125 return atm_tc_get(sch, classid); in atm_tc_bind_filter()
235 atm_tc_get(sch, nla_get_u32(tb[TCA_ATM_EXCESS])); in atm_tc_change()
263 cl = atm_tc_get(sch, classid); in atm_tc_change()
372 !(flow = (struct atm_flow_data *)atm_tc_get(sch, skb->priority))) { in atm_tc_enqueue()
655 .get = atm_tc_get,