/linux-4.4.14/net/sched/ |
D | cls_cgroup.c | 83 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()
|
D | cls_basic.c | 175 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()
|
D | sch_ingress.c | 71 nest = nla_nest_start(skb, TCA_OPTIONS); in ingress_dump()
|
D | sch_dsmark.c | 116 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()
|
D | cls_bpf.c | 384 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()
|
D | cls_fw.c | 244 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 379 nest = nla_nest_start(skb, TCA_OPTIONS); in fw_dump()
|
D | sch_fifo.c | 88 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in fifo_dump()
|
D | cls_flower.c | 464 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()
|
D | sch_drr.c | 71 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class() 259 nest = nla_nest_start(skb, TCA_OPTIONS); in drr_dump_class()
|
D | cls_route.c | 484 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change() 612 nest = nla_nest_start(skb, TCA_OPTIONS); in route4_dump()
|
D | cls_tcindex.c | 432 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change() 523 nest = nla_nest_start(skb, TCA_OPTIONS); in tcindex_dump()
|
D | sch_codel.c | 200 opts = nla_nest_start(skb, TCA_OPTIONS); in codel_dump()
|
D | sch_atm.c | 191 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change() 600 nest = nla_nest_start(skb, TCA_OPTIONS); in atm_tc_dump_class()
|
D | cls_flow.c | 382 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change() 613 nest = nla_nest_start(skb, TCA_OPTIONS); in flow_dump()
|
D | cls_rsvp.h | 476 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change() 683 nest = nla_nest_start(skb, TCA_OPTIONS); in rsvp_dump()
|
D | sch_qfq.c | 416 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()
|
D | sch_multiq.c | 289 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
|
D | sch_prio.c | 253 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
D | sch_red.c | 273 opts = nla_nest_start(skb, TCA_OPTIONS); in red_dump()
|
D | sch_mqprio.c | 255 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in mqprio_dump()
|
D | cls_u32.c | 734 struct nlattr *opt = tca[TCA_OPTIONS]; in u32_change() 949 nest = nla_nest_start(skb, TCA_OPTIONS); in u32_dump()
|
D | sch_htb.c | 1080 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()
|
D | sch_hfsc.c | 976 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()
|
D | sch_pie.c | 466 opts = nla_nest_start(skb, TCA_OPTIONS); in pie_dump()
|
D | sch_tbf.c | 460 nest = nla_nest_start(skb, TCA_OPTIONS); in tbf_dump()
|
D | sch_api.c | 960 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()
|
D | sch_choke.c | 522 opts = nla_nest_start(skb, TCA_OPTIONS); in choke_dump()
|
D | sch_cbq.c | 1543 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()
|
D | sch_hhf.c | 671 opts = nla_nest_start(skb, TCA_OPTIONS); in hhf_dump()
|
D | sch_gred.c | 535 opts = nla_nest_start(skb, TCA_OPTIONS); in gred_dump()
|
D | sch_fq_codel.c | 465 opts = nla_nest_start(skb, TCA_OPTIONS); in fq_codel_dump()
|
D | sch_sfb.c | 567 opts = nla_nest_start(skb, TCA_OPTIONS); in sfb_dump()
|
D | sch_generic.c | 541 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in pfifo_fast_dump()
|
D | sch_fq.c | 792 opts = nla_nest_start(skb, TCA_OPTIONS); in fq_dump()
|
D | sch_sfq.c | 789 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in sfq_dump()
|
D | sch_netem.c | 1034 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in netem_dump()
|
D | act_api.c | 463 nest = nla_nest_start(skb, TCA_OPTIONS); in tcf_action_dump_1()
|
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 531 TCA_OPTIONS, enumerator
|