Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_api.c797 struct tc_action_ops *a_o; in tcf_action_init_1() local
841 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
842 if (a_o == NULL) { in tcf_action_init_1()
850 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
858 if (a_o != NULL) { in tcf_action_init_1()
870 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1()
873 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1()
886 module_put(a_o->owner); in tcf_action_init_1()
906 module_put(a_o->owner); in tcf_action_init_1()
1415 struct tc_action_ops *a_o; in tc_dump_action() local
[all …]