Lines Matching refs:a_o
944 struct tc_action_ops *a_o; in tc_action_load_ops() local
971 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops()
972 if (a_o == NULL) { in tc_action_load_ops()
980 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops()
988 if (a_o != NULL) { in tc_action_load_ops()
989 module_put(a_o->owner); in tc_action_load_ops()
997 return a_o; in tc_action_load_ops()
1003 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument
1032 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1()
1035 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1()
1078 struct tc_action_ops *a_o; in tcf_action_init() local
1080 a_o = tc_action_load_ops(name, tb[i], rtnl_held, extack); in tcf_action_init()
1081 if (IS_ERR(a_o)) { in tcf_action_init()
1082 err = PTR_ERR(a_o); in tcf_action_init()
1085 ops[i - 1] = a_o; in tcf_action_init()
1613 struct tc_action_ops *a_o; in tc_dump_action() local
1635 a_o = tc_lookup_action(kind); in tc_dump_action()
1636 if (a_o == NULL) in tc_dump_action()
1670 ret = a_o->walk(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
1686 module_put(a_o->owner); in tc_dump_action()
1690 module_put(a_o->owner); in tc_dump_action()