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