Searched refs:a_o (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 944 struct tc_action_ops *a_o; in tc_action_load_ops() local 971 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 972 if (a_o == NULL) { in tc_action_load_ops() 980 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 988 if (a_o != NULL) { in tc_action_load_ops() 989 module_put(a_o->owner); in tc_action_load_ops() 997 return a_o; in tc_action_load_ops() 1003 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() 1032 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1() 1035 err = a_o in tcf_action_init_1() 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 1078 struct tc_action_ops *a_o; tcf_action_init() local 1613 struct tc_action_ops *a_o; tc_dump_action() local [all...] |
H A D | cls_api.c | 3066 struct tc_action_ops *a_o; in tcf_exts_validate() local 3068 a_o = tc_action_load_ops("police", tb[exts->police], rtnl_held, extack); in tcf_exts_validate() 3069 if (IS_ERR(a_o)) in tcf_exts_validate() 3070 return PTR_ERR(a_o); in tcf_exts_validate() 3073 TCA_ACT_BIND, a_o, init_res, in tcf_exts_validate() 3075 module_put(a_o->owner); in tcf_exts_validate()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 1302 struct tc_action_ops *a_o; in tc_action_load_ops() local 1329 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 1330 if (a_o == NULL) { in tc_action_load_ops() 1338 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 1346 if (a_o != NULL) { in tc_action_load_ops() 1347 module_put(a_o->owner); in tc_action_load_ops() 1355 return a_o; in tc_action_load_ops() 1360 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() 1394 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp, in tcf_action_init_1() 1397 err = a_o in tcf_action_init_1() 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 1446 struct tc_action_ops *a_o; tcf_action_init() local 2090 struct tc_action_ops *a_o; tc_dump_action() local [all...] |
H A D | cls_api.c | 3280 struct tc_action_ops *a_o; in tcf_exts_validate_ex() local 3282 a_o = tc_action_load_ops(tb[exts->police], true, in tcf_exts_validate_ex() 3285 if (IS_ERR(a_o)) in tcf_exts_validate_ex() 3286 return PTR_ERR(a_o); in tcf_exts_validate_ex() 3289 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex() 3291 module_put(a_o->owner); in tcf_exts_validate_ex()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 191 struct tc_action_ops *a_o, int *init_res,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | act_api.h | 215 struct tc_action_ops *a_o, int *init_res,
|
Completed in 19 milliseconds