Home
last modified time | relevance | path

Searched refs:a_o (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/sched/
H A Dact_api.c1330 struct tc_action_ops *a_o; in tc_action_load_ops() local
1358 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 …]
H A Dcls_api.c3396 struct tc_action_ops *a_o; in tcf_exts_validate_ex() local
3399 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()
/linux-6.15/include/net/
H A Dact_api.h217 struct tc_action_ops *a_o, int *init_res,