/linux/net/sched/ |
A 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()
|
A 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() 292 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in basic_dump()
|
A D | cls_matchall.c | 194 if (!tca[TCA_OPTIONS]) in mall_change() 201 tca[TCA_OPTIONS], mall_policy, NULL); in mall_change() 362 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in mall_dump()
|
A D | sch_dsmark.c | 121 struct nlattr *opt = tca[TCA_OPTIONS]; in dsmark_change() 442 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump_class() 461 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in dsmark_dump()
|
A D | cls_bpf.c | 467 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change() 470 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change() 593 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
|
A D | cls_fw.c | 244 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 389 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
|
A 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()
|
A 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() 758 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
|
A 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()
|
A D | sch_fifo.c | 159 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
|
A 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()
|
A D | sch_atm.c | 202 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change() 616 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in atm_tc_dump_class()
|
A D | sch_codel.c | 221 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
|
A D | sch_ingress.c | 112 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
|
A D | sch_skbprio.c | 205 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
|
A D | cls_tcindex.c | 535 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change() 648 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcindex_dump()
|
A D | cls_rsvp.h | 483 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change() 703 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in rsvp_dump()
|
A 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()
|
A D | cls_flower.c | 1992 if (!tca[TCA_OPTIONS]) { in fl_change() 2010 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change() 2373 if (!tca[TCA_OPTIONS]) in fl_tmplt_create() 2380 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create() 3068 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump() 3125 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_terse_dump() 3161 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
|
A D | sch_multiq.c | 271 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
|
A 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() 1522 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
|
A D | sch_prio.c | 278 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
A D | sch_cbq.c | 1324 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cbq_dump() 1359 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cbq_dump_class() 1481 struct nlattr *opt = tca[TCA_OPTIONS]; in cbq_change_class()
|
/linux/tools/bpf/bpftool/ |
A 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/tools/lib/bpf/ |
A D | netlink.c | 505 if (!tb[TCA_OPTIONS]) in __get_tc_info() 508 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info() 607 nla = nlattr_begin_nested(&req, TCA_OPTIONS); in bpf_tc_attach()
|