Re: sending IPv6 packets via kern_sendmsg

2007-06-06 Thread Roar Bjørgum Rotvik
Anton wrote: Hi, Following on from a previous (now lost :-)) posting, I have been trying to send out IPv6 packets from a kernel module using the kern_sendmsg() function. Since in theory I need this function to be started in interrupt context (actually, softirq context), but since this is

sending IPv6 packets via kern_sendmsg

2007-06-05 Thread Anton
Hi, Following on from a previous (now lost :-)) posting, I have been trying to send out IPv6 packets from a kernel module using the kern_sendmsg() function. Since in theory I need this function to be started in interrupt context (actually, softirq context), but since this is impossible