Lines Matching refs:cl
101 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf() argument
103 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_leaf()
133 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put() argument
136 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_put()
259 unsigned long cl; in atm_tc_change() local
263 cl = atm_tc_get(sch, classid); in atm_tc_change()
264 if (!cl) in atm_tc_change()
266 atm_tc_put(sch, cl); in atm_tc_change()
349 unsigned long cl) in atm_tc_find_tcf() argument
352 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_find_tcf()
586 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class() argument
590 struct atm_flow_data *flow = (struct atm_flow_data *)cl; in atm_tc_dump_class()