Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_atm.c113 static unsigned long atm_tc_find(struct Qdisc *sch, u32 classid) in atm_tc_find() function
247 atm_tc_find(sch, nla_get_u32(tb[TCA_ATM_EXCESS])); in atm_tc_change()
275 cl = atm_tc_find(sch, classid); in atm_tc_change()
387 !(flow = (struct atm_flow_data *)atm_tc_find(sch, skb->priority))) { in atm_tc_enqueue()
669 .find = atm_tc_find,