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