Home
last modified time | relevance | path

Searched refs:init_res (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dact_api.h183 struct tc_action *actions[], int init_res[], size_t *attr_size,
191 struct tc_action_ops *a_o, int *init_res,
/kernel/linux/linux-6.6/include/net/
H A Dact_api.h208 struct tc_action *actions[], int init_res[], size_t *attr_size,
215 struct tc_action_ops *a_o, int *init_res,
/kernel/linux/linux-5.10/net/sched/
H A Dact_api.c1003 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1()
1040 *init_res = err; in tcf_action_init_1()
1062 struct tc_action *actions[], int init_res[], size_t *attr_size, in tcf_action_init()
1090 ops[i - 1], &init_res[i - 1], rtnl_held, in tcf_action_init()
1507 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add() local
1511 actions, init_res, &attr_size, true, extack); in tcf_action_add()
1522 if (init_res[i] == ACT_P_CREATED) in tcf_action_add()
1000 tcf_action_init_1(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind, struct tc_action_ops *a_o, int *init_res, bool rtnl_held, struct netlink_ext_ack *extack) tcf_action_init_1() argument
1060 tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, char *name, int ovr, int bind, struct tc_action *actions[], int init_res[], size_t *attr_size, bool rtnl_held, struct netlink_ext_ack *extack) tcf_action_init() argument
H A Dcls_api.c3061 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate() local
3073 TCA_ACT_BIND, a_o, init_res, in tcf_exts_validate()
3088 exts->actions, init_res, in tcf_exts_validate()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c1360 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1()
1402 *init_res = err; in tcf_action_init_1()
1429 int init_res[], size_t *attr_size, in tcf_action_init()
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()
1358 tcf_action_init_1(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, struct tc_action_ops *a_o, int *init_res, u32 flags, struct netlink_ext_ack *extack) tcf_action_init_1() argument
1427 tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, struct nlattr *est, struct tc_action *actions[], int init_res[], size_t *attr_size, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) tcf_action_init() argument
H A Dcls_api.c3275 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_exts_validate_ex() local
3289 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex()
3304 rate_tlv, exts->actions, init_res, in tcf_exts_validate_ex()

Completed in 21 milliseconds