Searched refs:TCA_ACT_MAX_PRIO (Results 1 – 6 of 6) 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()
247 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() 592 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker() 1119 /*TCA_ACT_MAX_PRIO is 32, there count up to 32 */1125 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec() 1467 struct tc_action_ops *ops[TCA_ACT_MAX_PRIO] = {}; in tcf_action_init() 1468 struct nlattr *tb[TCA_ACT_MAX_PRIO + 2]; in tcf_action_init() 1474 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO + 1, nla, NULL, in tcf_action_init() 1484 if (tb[TCA_ACT_MAX_PRIO + 1]) { in tcf_action_init() 1487 TCA_ACT_MAX_PRIO); in tcf_action_init() 1491 for (i = 1; i <= TCA_ACT_MAX_PRIO in tcf_action_init() [all...]
3352 exts->actions = kzalloc_objs(struct tc_action *, TCA_ACT_MAX_PRIO); in tcf_exts_init_ex() 3398 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex()
24 #define TCA_ACT_MAX_PRIO 32 macro
74 unsigned long tc_act_cookies[TCA_ACT_MAX_PRIO];
55 #define TCA_ACT_MAX_PRIO 32 macro