Home
last modified time | relevance | path

Searched refs:TCA_ACT_MAX_PRIO (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dnetlink_dumper.c121 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in do_bpf_act_dump()
124 if (libbpf_nla_parse_nested(tb, TCA_ACT_MAX_PRIO, attr, NULL) < 0) in do_bpf_act_dump()
128 for (act = 0; act <= TCA_ACT_MAX_PRIO; act++) { in do_bpf_act_dump()
/Linux-v5.4/net/sched/
Dact_api.c254 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
651 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec()
705 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy()
735 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_action_put_many()
798 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_dump()
960 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
966 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO, nla, NULL, in tcf_action_init()
971 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()
1218 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_delete()
1282 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
[all …]
/Linux-v5.4/include/net/
Dpkt_cls.h205 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init()
239 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++)
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_cls.h24 #define TCA_ACT_MAX_PRIO 32 macro
/Linux-v5.4/include/uapi/linux/
Dpkt_cls.h24 #define TCA_ACT_MAX_PRIO 32 macro