Searched refs:TCA_ACT_MAX_PRIO (Results 1 – 7 of 7) sorted by relevance
121 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()
252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex()553 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()1077 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec()1141 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy()1164 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_action_put_many()1234 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_dump()1301 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_idr_insert_many()1453 struct tc_action_ops *ops[TCA_ACT_MAX_PRIO] = {}; in tcf_action_init()1454 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()1460 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO, nla, NULL, in tcf_action_init()[all …]
3228 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init_ex()3275 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex()
24 #define TCA_ACT_MAX_PRIO 32 macro
266 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++)273 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = actions[i]); i++)
74 unsigned long tc_act_cookies[TCA_ACT_MAX_PRIO];
55 #define TCA_ACT_MAX_PRIO 32 macro