/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | busybox-1.36.1-no-cbq.patch | 44 prio_print_opt(tb[TCA_OPTIONS]); 46 - cbq_print_opt(tb[TCA_OPTIONS]); 47 + /* cbq_print_opt(tb[TCA_OPTIONS]); */ 53 /* nothing. */ /*prio_print_opt(tb[TCA_OPTIONS]);*/ 56 - cbq_print_opt(tb[TCA_OPTIONS]); 57 + /* cbq_print_opt(tb[TCA_OPTIONS]); */
|
/openbmc/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() 342 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in mall_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() 592 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cls_bpf_dump()
|
H A D | cls_fw.c | 246 struct nlattr *opt = tca[TCA_OPTIONS]; in fw_change() 383 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fw_dump()
|
H A D | sch_drr.c | 59 struct nlattr *opt = tca[TCA_OPTIONS]; in drr_change_class() 245 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in drr_dump_class()
|
H 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() 744 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in ets_qdisc_dump()
|
H A D | cls_route.c | 481 struct nlattr *opt = tca[TCA_OPTIONS]; in route4_change() 611 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in route4_dump()
|
H A D | sch_fifo.c | 159 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in __fifo_dump()
|
H A D | cls_flow.c | 398 struct nlattr *opt = tca[TCA_OPTIONS]; in flow_change() 632 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in flow_dump()
|
H A D | sch_codel.c | 218 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in codel_dump()
|
H A D | sch_skbprio.c | 205 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in skbprio_dump()
|
H A D | sch_ingress.c | 138 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in ingress_dump()
|
H A D | sch_qfq.c | 414 if (NL_REQ_ATTR_CHECK(extack, NULL, tca, TCA_OPTIONS)) { in qfq_change_class() 419 err = nla_parse_nested_deprecated(tb, TCA_QFQ_MAX, tca[TCA_OPTIONS], in qfq_change_class() 630 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_hfsc.c | 927 struct nlattr *opt = tca[TCA_OPTIONS]; in hfsc_change_class() 1319 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in hfsc_dump_class() 1529 if (nla_put(skb, TCA_OPTIONS, sizeof(qopt), &qopt)) in hfsc_dump_qdisc()
|
H A D | sch_prio.c | 276 if (nla_put(skb, TCA_OPTIONS, sizeof(opt), &opt)) in prio_dump()
|
H A D | sch_etf.c | 466 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in etf_dump()
|
H A D | cls_flower.c | 2245 if (!tca[TCA_OPTIONS]) { in fl_change() 2263 tca[TCA_OPTIONS], fl_policy, NULL); in fl_change() 2683 if (!tca[TCA_OPTIONS]) in fl_tmplt_create() 2690 tca[TCA_OPTIONS], fl_policy, NULL); in fl_tmplt_create() 3507 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_dump() 3564 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_terse_dump() 3600 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in fl_tmplt_dump()
|
H A D | sch_cbs.c | 458 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in cbs_dump()
|
H A D | sch_pie.c | 466 opts = nla_nest_start_noflag(skb, TCA_OPTIONS); in pie_dump()
|
/openbmc/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()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 666 if (!tb[TCA_OPTIONS]) in __get_tc_info() 669 libbpf_nla_parse_nested(tbb, TCA_BPF_MAX, tb[TCA_OPTIONS], NULL); in __get_tc_info() 769 nla = nlattr_begin_nested(&req, TCA_OPTIONS); in bpf_tc_attach()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 624 TCA_OPTIONS, enumerator
|