Searched refs:init_res (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | act_api.h | 201 void tcf_idr_insert_many(struct tc_action *actions[], int init_res[]); 217 struct tc_action *actions[], int init_res[], size_t *attr_size, 223 struct tc_action_ops *a_o, int *init_res,
|
| /linux/net/sched/ |
| H A D | act_api.c | 1224 static void tca_put_bound_many(struct tc_action *actions[], int init_res[]) in tca_put_bound_many() argument 1232 if (init_res[i] == ACT_P_CREATED) in tca_put_bound_many() 1315 void tcf_idr_insert_many(struct tc_action *actions[], int init_res[]) in tcf_idr_insert_many() argument 1323 if (init_res[i] == ACT_P_BOUND) in tcf_idr_insert_many() 1399 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument 1441 *init_res = err; in tcf_action_init_1() 1468 int init_res[], size_t *attr_size, in tcf_action_init() argument 1509 &init_res[i - 1], flags, extack); in tcf_action_init() 1561 tcf_idr_insert_many(actions, init_res); in tcf_action_init() 2103 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add() local [all …]
|
| H A D | cls_api.c | 3397 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex() local 3410 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex() 3419 tcf_idr_insert_many(exts->actions, init_res); in tcf_exts_validate_ex() 3425 rate_tlv, exts->actions, init_res, in tcf_exts_validate_ex()
|