Lines Matching defs:a_o
1337 struct tc_action_ops *a_o;
1364 a_o = tc_lookup_action_n(act_name);
1365 if (a_o == NULL) {
1375 a_o = tc_lookup_action_n(act_name);
1383 if (a_o != NULL) {
1384 module_put(a_o->owner);
1392 return a_o;
1397 struct tc_action_ops *a_o, int *init_res,
1431 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp,
1434 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags,
1495 struct tc_action_ops *a_o;
1497 a_o = tc_action_load_ops(tb[i], flags, extack);
1498 if (IS_ERR(a_o)) {
1499 err = PTR_ERR(a_o);
1502 ops[i - 1] = a_o;
2207 struct tc_action_ops *a_o;
2229 a_o = tc_lookup_action(kind);
2230 if (a_o == NULL)
2264 ret = __tcf_generic_walker(net, skb, cb, RTM_GETACTION, a_o, NULL);
2280 module_put(a_o->owner);
2284 module_put(a_o->owner);