| /Linux-v5.4/net/sched/ |
| D | cls_cgroup.c | 87 if (!tca[TCA_OPTIONS]) in cls_cgroup_change() 106 tca[TCA_OPTIONS], cgroup_policy, in cls_cgroup_change() 178 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_cgroup_dump()
|
| D | cls_basic.c | 181 if (tca[TCA_OPTIONS] == NULL) in basic_change() 184 err = nla_parse_nested_deprecated(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], in basic_change() 287 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in basic_dump()
|
| D | cls_matchall.c | 194 if (!tca[TCA_OPTIONS]) in mall_change() 201 tca[TCA_OPTIONS], mall_policy, NULL); in mall_change() 359 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in mall_dump()
|
| D | sch_dsmark.c | 121 struct nlattr *opt = tca[TCA_OPTIONS]; in dsmark_change() 440 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump_class() 459 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump()
|
| D | cls_bpf.c | 470 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change() 473 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change() 596 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
|
| D | sch_fifo.c | 92 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in fifo_dump()
|
| D | cls_fw.c | 245 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 390 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
|
| D | sch_drr.c | 60 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class() 245 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
|
| D | cls_route.c | 474 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change() 607 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
|
| D | sch_ingress.c | 105 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
|
| D | sch_codel.c | 221 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
|
| D | sch_skbprio.c | 202 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
|
| D | sch_atm.c | 202 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change() 614 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in atm_tc_dump_class()
|
| D | cls_flow.c | 395 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change() 629 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
|
| D | cls_tcindex.c | 501 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change() 606 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcindex_dump()
|
| D | cls_rsvp.h | 486 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change() 706 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in rsvp_dump()
|
| D | sch_qfq.c | 405 if (tca[TCA_OPTIONS] == NULL) { in qfq_change_class() 410 err = nla_parse_nested_deprecated(tb, TCA_QFQ_MAX, tca[TCA_OPTIONS], in qfq_change_class() 619 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in qfq_dump_class()
|
| D | sch_multiq.c | 271 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
|
| D | cls_flower.c | 1530 if (!tca[TCA_OPTIONS]) { in fl_change() 1548 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change() 1906 if (!tca[TCA_OPTIONS]) in fl_tmplt_create() 1913 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create() 2430 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump() 2481 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
|
| D | sch_hfsc.c | 920 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class() 1304 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in hfsc_dump_class() 1522 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
|
| D | sch_htb.c | 1060 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in htb_dump() 1089 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in htb_dump_class() 1303 struct nlattr *opt = tca[TCA_OPTIONS]; in htb_change_class()
|
| D | sch_prio.c | 278 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
| D | sch_etf.c | 471 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
|
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | netlink_dumper.c | 166 if (tb[TCA_OPTIONS] && in do_filter_dump() 173 ret = do_bpf_filter_dump(tb[TCA_OPTIONS]); in do_filter_dump()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | rtnetlink.h | 583 TCA_OPTIONS, enumerator
|