hi when I use ip_set_verdict to reinject a packet into the kernel from user space(suppose the verdict is NF_ACCEPT), what happens ... 1) does the packet get reinjected at the PRE_ROUTING phase ? 2) If so can I be sure that the packet doesnt get caught at the same hook which first queued it to the user space ? thanks Amit