Home
last modified time | relevance | path

Searched refs:a_o (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/sched/
Dact_api.c489 struct tc_action_ops *a_o; in tcf_action_init_1() local
511 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
512 if (a_o == NULL) { in tcf_action_init_1()
518 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
526 if (a_o != NULL) { in tcf_action_init_1()
542 err = a_o->init(tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1()
544 err = a_o->init(nla, est, a, ovr, bind); in tcf_action_init_1()
553 module_put(a_o->owner); in tcf_action_init_1()
554 a->ops = a_o; in tcf_action_init_1()
561 module_put(a_o->owner); in tcf_action_init_1()
[all …]