Lines Matching refs:a_o
920 struct tc_action_ops *a_o; in tcf_action_init_1() local
961 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
962 if (a_o == NULL) { in tcf_action_init_1()
970 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
978 if (a_o != NULL) { in tcf_action_init_1()
990 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1()
993 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1()
1009 module_put(a_o->owner); in tcf_action_init_1()
1014 module_put(a_o->owner); in tcf_action_init_1()
1555 struct tc_action_ops *a_o; in tc_dump_action() local
1577 a_o = tc_lookup_action(kind); in tc_dump_action()
1578 if (a_o == NULL) in tc_dump_action()
1612 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1628 module_put(a_o->owner); in tc_dump_action()
1632 module_put(a_o->owner); in tc_dump_action()