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