Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/sched/
A Dcls_cgroup.c89 if (!tca[TCA_OPTIONS]) in cls_cgroup_change()
108 tca[TCA_OPTIONS], cgroup_policy, in cls_cgroup_change()
180 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_cgroup_dump()
A Dcls_basic.c183 if (tca[TCA_OPTIONS] == NULL) in basic_change()
186 err = nla_parse_nested_deprecated(tb, TCA_BASIC_MAX, tca[TCA_OPTIONS], in basic_change()
282 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()
353 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in mall_dump()
A Dcls_bpf.c471 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change()
474 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change()
597 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
A Dcls_fw.c246 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change()
384 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
A Dsch_drr.c60 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class()
244 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()
744 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
A Dcls_route.c481 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change()
612 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
A Dsch_fifo.c159 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
A Dsch_codel.c218 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
A Dsch_ingress.c112 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
A Dsch_skbprio.c205 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
A Dcls_flow.c397 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change()
631 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
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()
619 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in qfq_dump_class()
A Dsch_multiq.c270 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
A Dsch_hfsc.c920 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()
A Dsch_prio.c276 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
A Dcls_flower.c2164 if (!tca[TCA_OPTIONS]) { in fl_change()
2182 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change()
2557 if (!tca[TCA_OPTIONS]) in fl_tmplt_create()
2564 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create()
3308 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump()
3365 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_terse_dump()
3401 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
A Dsch_etf.c466 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
A Dsch_choke.c445 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in choke_dump()
A Dsch_pie.c463 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in pie_dump()
A Dsch_cbs.c458 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cbs_dump()
/linux-6.3-rc2/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-6.3-rc2/tools/lib/bpf/
A Dnetlink.c655 if (!tb[TCA_OPTIONS]) in __get_tc_info()
658 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info()
758 nla = nlattr_begin_nested(&req, TCA_OPTIONS); in bpf_tc_attach()
/linux-6.3-rc2/include/uapi/linux/
A Drtnetlink.h624 TCA_OPTIONS, enumerator

Completed in 42 milliseconds

12