Searched refs:a_o (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_api.c | 509 struct tc_action_ops *a_o; in tcf_action_init_1() local 531 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1() 532 if (a_o == NULL) { in tcf_action_init_1() 538 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1() 546 if (a_o != NULL) { in tcf_action_init_1() 560 a->ops = a_o; in tcf_action_init_1() 564 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1() 566 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1() 575 module_put(a_o->owner); in tcf_action_init_1() 582 module_put(a_o->owner); in tcf_action_init_1() [all …]
|