Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dcls_cgroup.c83 if (!tca[TCA_OPTIONS]) in cls_cgroup_change()
99 err = nla_parse_nested(tb, TCA_CGROUP_MAX, tca[TCA_OPTIONS], in cls_cgroup_change()
169 nest = nla_nest_start(skb, TCA_OPTIONS); in cls_cgroup_dump()
Dcls_basic.c175 if (tca[TCA_OPTIONS] == NULL) in basic_change()
178 err = nla_parse_nested(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], in basic_change()
262 nest = nla_nest_start(skb, TCA_OPTIONS); in basic_dump()
Dsch_ingress.c71 nest = nla_nest_start(skb, TCA_OPTIONS); in ingress_dump()
Dsch_dsmark.c116 struct nlattr *opt = tca[TCA_OPTIONS]; in dsmark_change()
430 opts = nla_nest_start(skb, TCA_OPTIONS); in dsmark_dump_class()
449 opts = nla_nest_start(skb, TCA_OPTIONS); in dsmark_dump()
Dcls_bpf.c384 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change()
387 ret = nla_parse_nested(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], bpf_policy); in cls_bpf_change()
477 nest = nla_nest_start(skb, TCA_OPTIONS); in cls_bpf_dump()
Dcls_fw.c244 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change()
379 nest = nla_nest_start(skb, TCA_OPTIONS); in fw_dump()
Dsch_fifo.c88 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in fifo_dump()
Dcls_flower.c464 if (!tca[TCA_OPTIONS]) in fl_change()
467 err = nla_parse_nested(tb, TCA_FLOWER_MAX, tca[TCA_OPTIONS], fl_policy); in fl_change()
584 nest = nla_nest_start(skb, TCA_OPTIONS); in fl_dump()
Dsch_drr.c71 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class()
259 nest = nla_nest_start(skb, TCA_OPTIONS); in drr_dump_class()
Dcls_route.c484 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change()
612 nest = nla_nest_start(skb, TCA_OPTIONS); in route4_dump()
Dcls_tcindex.c432 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change()
523 nest = nla_nest_start(skb, TCA_OPTIONS); in tcindex_dump()
Dsch_codel.c200 opts = nla_nest_start(skb, TCA_OPTIONS); in codel_dump()
Dsch_atm.c191 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change()
600 nest = nla_nest_start(skb, TCA_OPTIONS); in atm_tc_dump_class()
Dcls_flow.c382 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change()
613 nest = nla_nest_start(skb, TCA_OPTIONS); in flow_dump()
Dcls_rsvp.h476 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change()
683 nest = nla_nest_start(skb, TCA_OPTIONS); in rsvp_dump()
Dsch_qfq.c416 if (tca[TCA_OPTIONS] == NULL) { in qfq_change_class()
421 err = nla_parse_nested(tb, TCA_QFQ_MAX, tca[TCA_OPTIONS], qfq_policy); in qfq_change_class()
642 nest = nla_nest_start(skb, TCA_OPTIONS); in qfq_dump_class()
Dsch_multiq.c289 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
Dsch_prio.c253 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
Dsch_red.c273 opts = nla_nest_start(skb, TCA_OPTIONS); in red_dump()
Dsch_mqprio.c255 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in mqprio_dump()
Dcls_u32.c734 struct nlattr *opt = tca[TCA_OPTIONS]; in u32_change()
949 nest = nla_nest_start(skb, TCA_OPTIONS); in u32_dump()
Dsch_htb.c1080 nest = nla_nest_start(skb, TCA_OPTIONS); in htb_dump()
1109 nest = nla_nest_start(skb, TCA_OPTIONS); in htb_dump_class()
1337 struct nlattr *opt = tca[TCA_OPTIONS]; in htb_change_class()
Dsch_hfsc.c976 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class()
1351 nest = nla_nest_start(skb, TCA_OPTIONS); in hfsc_dump_class()
1572 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
Dsch_pie.c466 opts = nla_nest_start(skb, TCA_OPTIONS); in pie_dump()
Dsch_tbf.c460 nest = nla_nest_start(skb, TCA_OPTIONS); in tbf_dump()
Dsch_api.c960 if (!ops->init || (err = ops->init(sch, tca[TCA_OPTIONS])) == 0) { in qdisc_create()
1034 if (tca[TCA_OPTIONS]) { in qdisc_change()
1037 err = sch->ops->change(sch, tca[TCA_OPTIONS]); in qdisc_change()
Dsch_choke.c522 opts = nla_nest_start(skb, TCA_OPTIONS); in choke_dump()
Dsch_cbq.c1543 nest = nla_nest_start(skb, TCA_OPTIONS); in cbq_dump()
1578 nest = nla_nest_start(skb, TCA_OPTIONS); in cbq_dump_class()
1726 struct nlattr *opt = tca[TCA_OPTIONS]; in cbq_change_class()
Dsch_hhf.c671 opts = nla_nest_start(skb, TCA_OPTIONS); in hhf_dump()
Dsch_gred.c535 opts = nla_nest_start(skb, TCA_OPTIONS); in gred_dump()
Dsch_fq_codel.c465 opts = nla_nest_start(skb, TCA_OPTIONS); in fq_codel_dump()
Dsch_sfb.c567 opts = nla_nest_start(skb, TCA_OPTIONS); in sfb_dump()
Dsch_generic.c541 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in pfifo_fast_dump()
Dsch_fq.c792 opts = nla_nest_start(skb, TCA_OPTIONS); in fq_dump()
Dsch_sfq.c789 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in sfq_dump()
Dsch_netem.c1034 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in netem_dump()
Dact_api.c463 nest = nla_nest_start(skb, TCA_OPTIONS); in tcf_action_dump_1()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h531 TCA_OPTIONS, enumerator