Lines Matching refs:a_o
1306 struct tc_action_ops *a_o; in tc_action_load_ops() local
1333 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops()
1334 if (a_o == NULL) { in tc_action_load_ops()
1342 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops()
1350 if (a_o != NULL) { in tc_action_load_ops()
1351 module_put(a_o->owner); in tc_action_load_ops()
1359 return a_o; in tc_action_load_ops()
1364 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument
1398 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp, in tcf_action_init_1()
1401 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags, in tcf_action_init_1()
1450 struct tc_action_ops *a_o; in tcf_action_init() local
1452 a_o = tc_action_load_ops(tb[i], flags & TCA_ACT_FLAGS_POLICE, in tcf_action_init()
1455 if (IS_ERR(a_o)) { in tcf_action_init()
1456 err = PTR_ERR(a_o); in tcf_action_init()
1459 ops[i - 1] = a_o; in tcf_action_init()
2092 struct tc_action_ops *a_o; in tc_dump_action() local
2114 a_o = tc_lookup_action(kind); in tc_dump_action()
2115 if (a_o == NULL) in tc_dump_action()
2149 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL); in tc_dump_action()
2165 module_put(a_o->owner); in tc_dump_action()
2169 module_put(a_o->owner); in tc_dump_action()