| /linux/net/sched/ |
| H A D | cls_cgroup.c | 89 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()
|
| H A D | cls_basic.c | 183 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()
|
| H A D | cls_matchall.c | 175 if (!tca[TCA_OPTIONS]) in mall_change() 182 tca[TCA_OPTIONS], mall_policy, NULL); in mall_change() 344 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in mall_dump()
|
| H A D | cls_route.c | 495 if (NL_REQ_ATTR_CHECK(extack, NULL, tca, TCA_OPTIONS)) { in route4_change() 500 err = nla_parse_nested_deprecated(tb, TCA_ROUTE4_MAX, tca[TCA_OPTIONS], in route4_change() 616 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
|
| H A D | cls_bpf.c | 424 if (tca[TCA_OPTIONS] == NULL) in cls_bpf_change() 427 ret = nla_parse_nested_deprecated(tb, TCA_BPF_MAX, tca[TCA_OPTIONS], in cls_bpf_change() 594 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
|
| H A D | cls_fw.c | 250 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 397 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
|
| H A D | sch_drr.c | 64 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class() 249 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
|
| H A D | sch_ets.c | 214 struct nlattr *opt = tca[TCA_OPTIONS]; in ets_class_change() 317 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_class_dump() 757 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
|
| H A D | sch_fifo.c | 163 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
|
| H A D | sch_skbprio.c | 204 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
|
| H A D | sch_codel.c | 233 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump_stats()
|
| H A D | cls_flow.c | 403 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change() 646 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
|
| H A D | sch_ingress.c | 139 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
|
| H A D | sch_qfq.c | 419 if (NL_REQ_ATTR_CHECK(extack, NULL, tca, TCA_OPTIONS)) { in qfq_change_class() 424 err = nla_parse_nested_deprecated(tb, TCA_QFQ_MAX, tca[TCA_OPTIONS], in qfq_change_class() 638 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in qfq_dump_class()
|
| H A D | sch_multiq.c | 270 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in multiq_dump()
|
| H A D | sch_prio.c | 276 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
| H A D | sch_hfsc.c | 919 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class() 1320 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in hfsc_dump_class() 1528 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
|
| H A D | sch_etf.c | 466 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
|
| H A D | sch_choke.c | 450 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in choke_dump()
|
| H A D | sch_cbs.c | 472 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cbs_dump()
|
| H A D | sch_pie.c | 471 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in pie_dump()
|
| H A D | sch_tbf.c | 526 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tbf_dump()
|
| /linux/tools/bpf/bpftool/ |
| H 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/ |
| H A D | netlink.c | 682 if (!tb[TCA_OPTIONS]) in __get_tc_info() 685 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info() 785 nla = nlattr_begin_nested(&req, TCA_OPTIONS); in bpf_tc_attach()
|
| /linux/tools/include/uapi/linux/ |
| H A D | rtnetlink.h | 638 TCA_OPTIONS, enumerator
|