Lines Matching refs:a_o
849 struct tc_action_ops *a_o; in tcf_action_init_1() local
887 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
888 if (a_o == NULL) { in tcf_action_init_1()
896 a_o = tc_lookup_action_n(act_name); in tcf_action_init_1()
904 if (a_o != NULL) { in tcf_action_init_1()
916 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1()
919 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1()
932 module_put(a_o->owner); in tcf_action_init_1()
944 module_put(a_o->owner); in tcf_action_init_1()
1461 struct tc_action_ops *a_o; in tc_dump_action() local
1483 a_o = tc_lookup_action(kind); in tc_dump_action()
1484 if (a_o == NULL) in tc_dump_action()
1518 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1534 module_put(a_o->owner); in tc_dump_action()
1538 module_put(a_o->owner); in tc_dump_action()