From: InuY4sha on
Hi list,
I'm looking for a way (in kernel space) of intercepting data being
sent to a network interface for transmission by the send/sendto
function and to fetch data incoming in the network interface:

userspace ---> send(to) ----> my_module--> TCP/IPstack---
>network_dev_driver
userspace <--- my_module<-- TCP/IPstack<---network_dev_driver<---
reception
Is it possible?
Thanks