I have yet to find any resource that answers this question. If I have a kernel module that registers a callback with netfilter and steals a packet during the NF_IP_PRE_ROUTING stage, How can I re-insert this packet on the network stack, (before the ip routing stage) so it is forwarded back out on the correct device? Thanks