• Home
  • Raw
  • Download

Lines Matching refs:arg

921 		  struct nlattr **tca, unsigned long *arg,  in hfsc_change_class()  argument
925 struct hfsc_class *cl = (struct hfsc_class *)*arg; in hfsc_change_class()
1087 *arg = (unsigned long)cl; in hfsc_change_class()
1104 hfsc_delete_class(struct Qdisc *sch, unsigned long arg, in hfsc_delete_class() argument
1108 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_delete_class()
1185 hfsc_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, in hfsc_graft_class() argument
1188 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_graft_class()
1204 hfsc_class_leaf(struct Qdisc *sch, unsigned long arg) in hfsc_class_leaf() argument
1206 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_class_leaf()
1215 hfsc_qlen_notify(struct Qdisc *sch, unsigned long arg) in hfsc_qlen_notify() argument
1217 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_qlen_notify()
1249 hfsc_unbind_tcf(struct Qdisc *sch, unsigned long arg) in hfsc_unbind_tcf() argument
1251 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_unbind_tcf()
1256 static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg, in hfsc_tcf_block() argument
1260 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_tcf_block()
1307 hfsc_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, in hfsc_dump_class() argument
1310 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_dump_class()
1332 hfsc_dump_class_stats(struct Qdisc *sch, unsigned long arg, in hfsc_dump_class_stats() argument
1335 struct hfsc_class *cl = (struct hfsc_class *)arg; in hfsc_dump_class_stats()
1356 hfsc_walk(struct Qdisc *sch, struct qdisc_walker *arg) in hfsc_walk() argument
1362 if (arg->stop) in hfsc_walk()
1368 if (!tc_qdisc_stats_dump(sch, (unsigned long)cl, arg)) in hfsc_walk()