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