Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_api.c252 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()
1144 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_action_put_many()
1281 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_idr_insert_many()
1434 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
1500 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) { in tcf_action_init()
1787 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_reoffload_del_notify()
1910 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
1982 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add()
1996 for (i = 0; i < TCA_ACT_MAX_PRIO; i++) in tcf_action_add()
[all …]
A Dcls_api.c3218 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init_ex()
3262 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex()
/linux-6.3-rc2/tools/bpf/bpftool/
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-6.3-rc2/tools/include/uapi/linux/
A Dpkt_cls.h24 #define TCA_ACT_MAX_PRIO 32 macro
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.h74 unsigned long tc_act_cookies[TCA_ACT_MAX_PRIO];
/linux-6.3-rc2/include/net/
A Dpkt_cls.h279 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++)
286 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = actions[i]); i++)
/linux-6.3-rc2/include/uapi/linux/
A Dpkt_cls.h55 #define TCA_ACT_MAX_PRIO 32 macro

Completed in 35 milliseconds