Searched refs:a_o (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/sched/ |
D | act_api.c | 491 struct tc_action_ops *a_o; in tcf_action_init_1() local 513 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1() 514 if (a_o == NULL) { in tcf_action_init_1() 520 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1() 528 if (a_o != NULL) { in tcf_action_init_1() 542 a->ops = a_o; in tcf_action_init_1() 546 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1() 548 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1() 557 module_put(a_o->owner); in tcf_action_init_1() 564 module_put(a_o->owner); in tcf_action_init_1() [all …]
|