Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/sched/
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()
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()
287 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in basic_dump()
Dcls_matchall.c194 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()
Dsch_dsmark.c121 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()
Dcls_bpf.c470 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()
Dsch_fifo.c92 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in fifo_dump()
Dcls_fw.c245 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change()
390 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
Dsch_drr.c60 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class()
245 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
Dcls_route.c474 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change()
607 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
Dsch_ingress.c105 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
Dsch_codel.c221 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
Dsch_skbprio.c202 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
Dsch_atm.c202 struct nlattr *opt = tca[TCA_OPTIONS]; in atm_tc_change()
614 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in atm_tc_dump_class()
Dcls_flow.c395 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change()
629 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
Dcls_tcindex.c501 struct nlattr *opt = tca[TCA_OPTIONS]; in tcindex_change()
606 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcindex_dump()
Dcls_rsvp.h486 struct nlattr *opt = tca[TCA_OPTIONS]; in rsvp_change()
706 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in rsvp_dump()
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()
619 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in qfq_dump_class()
Dsch_multiq.c271 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
Dcls_flower.c1530 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()
Dsch_hfsc.c920 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()
Dsch_htb.c1060 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()
Dsch_prio.c278 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
Dsch_etf.c471 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
/Linux-v5.4/tools/bpf/bpftool/
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-v5.4/include/uapi/linux/
Drtnetlink.h583 TCA_OPTIONS, enumerator

12