netfiler hook and sending packet out of the hook function.
- by user324890
I am wring a netfilter module which would operate one specific TCP connection. After operating on one packet the function will return. Now, my question; is it possible if I want to steal one packet, and want to send it few millisecond later in one of my timeout(timer_list) function by storing the previous sk_buff structure?