Searched refs:a_o (Results 1 – 2 of 2) sorted by relevance
/net/sched/ |
D | act_api.c | 964 struct tc_action_ops *a_o; in tc_action_load_ops() local 991 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 992 if (a_o == NULL) { in tc_action_load_ops() 1000 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 1008 if (a_o != NULL) { in tc_action_load_ops() 1009 module_put(a_o->owner); in tc_action_load_ops() 1017 return a_o; in tc_action_load_ops() 1022 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument 1051 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp, in tcf_action_init_1() 1054 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags, in tcf_action_init_1() [all …]
|
D | cls_api.c | 3050 struct tc_action_ops *a_o; in tcf_exts_validate() local 3052 a_o = tc_action_load_ops(tb[exts->police], true, in tcf_exts_validate() 3055 if (IS_ERR(a_o)) in tcf_exts_validate() 3056 return PTR_ERR(a_o); in tcf_exts_validate() 3059 rate_tlv, a_o, init_res, flags, in tcf_exts_validate() 3061 module_put(a_o->owner); in tcf_exts_validate()
|