Searched refs:a_o (Results 1 – 3 of 3) sorted by relevance
1330 struct tc_action_ops *a_o; in tc_action_load_ops() local1358 if (a_o == NULL) { in tc_action_load_ops()1376 if (a_o != NULL) { in tc_action_load_ops()1377 module_put(a_o->owner); in tc_action_load_ops()1385 return a_o; in tc_action_load_ops()1479 if (IS_ERR(a_o)) { in tcf_action_init()1480 err = PTR_ERR(a_o); in tcf_action_init()1483 ops[i - 1] = a_o; in tcf_action_init()2207 if (a_o == NULL) in tc_dump_action()2257 module_put(a_o->owner); in tc_dump_action()[all …]
3396 struct tc_action_ops *a_o; in tcf_exts_validate_ex() local3399 a_o = tc_action_load_ops(tb[exts->police], flags, in tcf_exts_validate_ex()3401 if (IS_ERR(a_o)) in tcf_exts_validate_ex()3402 return PTR_ERR(a_o); in tcf_exts_validate_ex()3404 rate_tlv, a_o, init_res, flags, in tcf_exts_validate_ex()3406 module_put(a_o->owner); in tcf_exts_validate_ex()
217 struct tc_action_ops *a_o, int *init_res,