netfiler hook and sending packet out of the hook function.
Posted
by user324890
on Stack Overflow
See other posts from Stack Overflow
or by user324890
Published on 2010-04-24T11:25:59Z
Indexed on
2010/04/24
11:33 UTC
Read the original article
Hit count: 167
linux-kernel
|c
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?
© Stack Overflow or respective owner