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 th
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 because