Lines Matching refs:a_o
1302 struct tc_action_ops *a_o;
1329 a_o = tc_lookup_action_n(act_name);
1330 if (a_o == NULL) {
1338 a_o = tc_lookup_action_n(act_name);
1346 if (a_o != NULL) {
1347 module_put(a_o->owner);
1355 return a_o;
1360 struct tc_action_ops *a_o, int *init_res,
1394 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp,
1397 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags,
1446 struct tc_action_ops *a_o;
1448 a_o = tc_action_load_ops(tb[i], flags & TCA_ACT_FLAGS_POLICE,
1451 if (IS_ERR(a_o)) {
1452 err = PTR_ERR(a_o);
1455 ops[i - 1] = a_o;
2090 struct tc_action_ops *a_o;
2112 a_o = tc_lookup_action(kind);
2113 if (a_o == NULL)
2147 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL);
2163 module_put(a_o->owner);
2167 module_put(a_o->owner);