tcf_simp_act
if (a->ops->act == tcf_simp_act)
return tcf_simp_act(skb, a, res);
TC_INDIRECT_ACTION_DECLARE(tcf_simp_act);
.act = tcf_simp_act,