Searched refs:a_o (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sched/ |
| H A D | act_api.c | 1351 struct tc_action_ops *a_o; in tc_action_load_ops() local 1378 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 1379 if (a_o == NULL) { in tc_action_load_ops() 1389 a_o = tc_lookup_action_n(act_name); in tc_action_load_ops() 1397 if (a_o != NULL) { in tc_action_load_ops() 1398 module_put(a_o->owner); in tc_action_load_ops() 1406 return a_o; in tc_action_load_ops() 1411 struct tc_action_ops *a_o, int *init_res, in tcf_action_init_1() argument 1445 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, tp, in tcf_action_init_1() 1448 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags, in tcf_action_init_1() [all …]
|
| H A D | cls_api.c | 3427 struct tc_action_ops *a_o; in tcf_exts_validate_ex() local 3430 a_o = tc_action_load_ops(tb[exts->police], flags, in tcf_exts_validate_ex() 3432 if (IS_ERR(a_o)) in tcf_exts_validate_ex() 3433 return PTR_ERR(a_o); in tcf_exts_validate_ex() 3435 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex() 3437 module_put(a_o->owner); in tcf_exts_validate_ex()
|
| /linux/include/net/ |
| H A D | act_api.h | 224 struct tc_action_ops *a_o, int *init_res,
|