Searched refs:init_res (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/net/ |
| D | act_api.h | 208 struct tc_action *actions[], int init_res[], size_t *attr_size, 215 struct tc_action_ops *a_o, int *init_res,
|
| /Linux-v6.6/net/sched/ |
| D | act_api.c | 1360 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument 1402 *init_res = err; in tcf_action_init_1() 1429 int init_res[], size_t *attr_size, in tcf_action_init() argument 1460 &init_res[i - 1], flags, extack); in tcf_action_init() 1982 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add() local 1985 ret = tcf_action_init(net, NULL, nla, NULL, actions, init_res, in tcf_action_add() 1997 if (init_res[i] == ACT_P_CREATED) in tcf_action_add()
|
| D | cls_api.c | 3268 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex() local 3282 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex() 3297 rate_tlv, exts->actions, init_res, in tcf_exts_validate_ex()
|