Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A 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/tools/include/uapi/linux/
H A Dpkt_cls.h24 #define TCA_ACT_MAX_PRIO 32 macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h74 unsigned long tc_act_cookies[TCA_ACT_MAX_PRIO];
/linux/include/uapi/linux/
H A Dpkt_cls.h55 #define TCA_ACT_MAX_PRIO 32 macro
/linux/net/sched/
H A Dcls_api.c3320 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init_ex()
3367 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex()