AFAIK that module uses socket buffers (struct sk_buff) to send the packets. I was asking whether there was another way to send the IP datagrams.
On Mar 7, 2005, at 3:48 PM, Josef E. Galea wrote:
Hi,
Is there any way, other than socket buffers, to send IP datagrams from a kernel module? If yes, can you please point me to some good tutorial or sample code
See net/core/pktgen.c for an example.
-scott