It depends on your kernel version. Search your kernel codes with NF_HOOK and NF_IP_PRE_ROUTING to find. 2006/3/1, Calvin Hubble <calvin.hubble@xxxxxxxxx>: > Where is the list of oknf functions I can choose from? > > > On 2/28/06, mud dog <muddogxp@xxxxxxxxx> wrote: > > call NF_HOOK_THRESH(), choise the correct oknf() function, > > to finish the following hook. > > > > 2006/3/1, Calvin Hubble <calvin.hubble@xxxxxxxxx>: > > > 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 > > > > > > > > >