Home
last modified time | relevance | path

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

12

/linux-5.15/net/sched/
H A Dcls_cgroup.c87 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()
H A Dcls_basic.c181 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 Dcls_matchall.c194 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()
H A Dsch_dsmark.c121 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()
H A Dcls_fw.c244 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change()
389 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
A Dcls_bpf.c467 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()
H A Dsch_drr.c60 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class()
246 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
A Dsch_ets.c203 struct nlattr *opt = tca[TCA_OPTIONS]; in ets_class_change()
308 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_class_dump()
751 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
H A Dcls_route.c474 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change()
607 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
H A Dsch_fifo.c159 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
A Dsch_skbprio.c205 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
H A Dsch_ingress.c112 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
H A Dsch_codel.c221 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
H A Dcls_flow.c395 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change()
629 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
H A Dsch_atm.c202 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change()
615 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in atm_tc_dump_class()
H A Dcls_tcindex.c535 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change()
648 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcindex_dump()
H A Dcls_rsvp.h483 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change()
703 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in rsvp_dump()
H A Dsch_qfq.c405 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()
618 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in qfq_dump_class()
H A Dsch_multiq.c271 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
A Dcls_flower.c1989 if (!tca[TCA_OPTIONS]) { in fl_change()
2007 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change()
2370 if (!tca[TCA_OPTIONS]) in fl_tmplt_create()
2377 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create()
3065 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump()
3122 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_terse_dump()
3158 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
H A Dsch_hfsc.c920 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class()
1305 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in hfsc_dump_class()
1523 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
H A Dsch_prio.c278 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
A Dsch_etf.c472 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
/linux-5.15/tools/bpf/bpftool/
A Dnetlink_dumper.c166 if (tb[TCA_OPTIONS] && in do_filter_dump()
173 ret = do_bpf_filter_dump(tb[TCA_OPTIONS]); in do_filter_dump()
/linux-5.15/tools/lib/bpf/
A Dnetlink.c505 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()

12