Searched refs:TCA_ACT_MAX_PRIO (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | netlink_dumper.c | 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()
|
| /linux/net/sched/ |
| H A D | act_api.c | 250 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex() 598 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker() 1125 /*TCA_ACT_MAX_PRIO is 32, there count up to 32 */ in tcf_action_exec() 1131 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec() 1475 struct tc_action_ops *ops[TCA_ACT_MAX_PRIO] = {}; in tcf_action_init() 1476 struct nlattr *tb[TCA_ACT_MAX_PRIO + 2]; in tcf_action_init() 1482 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO + 1, nla, NULL, in tcf_action_init() 1492 if (tb[TCA_ACT_MAX_PRIO + 1]) { in tcf_action_init() 1495 TCA_ACT_MAX_PRIO); in tcf_action_init() 1499 for (i = 1; i <= TCA_ACT_MAX_PRIO in tcf_action_init() [all...] |
| H A D | cls_api.c | 3375 exts->actions = kzalloc_objs(struct tc_action *, TCA_ACT_MAX_PRIO, in tcf_exts_init_ex() 3422 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex()
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_cls.h | 24 #define TCA_ACT_MAX_PRIO 32 macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.h | 74 unsigned long tc_act_cookies[TCA_ACT_MAX_PRIO];
|
| /linux/include/net/ |
| H A D | pkt_cls.h | 289 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++) 296 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = actions[i]); i++)
|
| /linux/include/uapi/linux/ |
| H A D | pkt_cls.h | 55 #define TCA_ACT_MAX_PRIO 32 macro
|