On 23:16 Mon 11 Feb     , Toji Leon wrote:
> Hi
> I was trying to buffer some packets in NF_QUEUE handler
> (in a kernel module). When I kmalloc some memory inside
> the handler, the address returned is the same as that of
> the info pointer that the queue handler gets. What am I
> doing wrong?

Are you allocation 0 bytes for the info pointer and 0 bytes for the queue
handler?
        -Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.homelinux.net


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to