Get original destination address of the redirected packet

Hello,
I am developing a network driver which redirects the traffic to another destination address at FWPM_LAYER_ALE_AUTH_CONNECT_REDIRECT_V4 layer.
And at FWPM_LAYER_OUTBOUND_TRANSPORT_V4 layer again send traffic to its original destination. But the original destination address is lost. How can I get the original destination address. The originaldestination fiels of incommingMetaData is also seems NULL.

I want original destination at FWPM_LAYER_OUTBOUND_TRANSPORT_V4 layer to redirect it again to original destination.