is_vlan_ip
if (!IS_IP(skb) && !is_vlan_ip(skb, state->net) &&
if (IS_IP(skb) || is_vlan_ip(skb, state->net) ||