/linux-6.1.9/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() 280 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in basic_dump()
|
D | cls_matchall.c | 192 if (!tca[TCA_OPTIONS]) in mall_change() 199 tca[TCA_OPTIONS], mall_policy, NULL); in mall_change() 355 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() 436 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump_class() 455 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump()
|
D | cls_bpf.c | 469 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change() 472 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change() 595 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
|
D | cls_fw.c | 244 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 382 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() 244 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
|
D | sch_ets.c | 203 struct nlattr *opt = tca[TCA_OPTIONS]; in ets_class_change() 308 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_class_dump() 744 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
|
D | cls_route.c | 479 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change() 610 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
|
D | sch_fifo.c | 159 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
|
D | sch_codel.c | 218 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
|
D | sch_ingress.c | 112 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
|
D | sch_skbprio.c | 205 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 | 527 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change() 630 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcindex_dump()
|
D | cls_rsvp.h | 483 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change() 696 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 | 270 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
|
D | sch_hfsc.c | 920 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class() 1303 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in hfsc_dump_class() 1513 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
|
D | sch_prio.c | 276 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
D | cls_flower.c | 2158 if (!tca[TCA_OPTIONS]) { in fl_change() 2176 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change() 2540 if (!tca[TCA_OPTIONS]) in fl_tmplt_create() 2547 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create() 3291 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump() 3348 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_terse_dump() 3384 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
|
/linux-6.1.9/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-6.1.9/tools/lib/bpf/ |
D | netlink.c | 559 if (!tb[TCA_OPTIONS]) in __get_tc_info() 562 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info() 662 nla = nlattr_begin_nested(&req, TCA_OPTIONS); in bpf_tc_attach()
|
/linux-6.1.9/include/uapi/linux/ |
D | rtnetlink.h | 624 TCA_OPTIONS, enumerator
|