Hi all,
I want to allocate a certain numbers on skbuf structures in one
module, and free them later when they have been used.
What would be the best way to keep references to these skbuffs in my driver ?

I was thinking about creating a hash table containing skb->data
pointer (which I keep in internal FIFO) as a key and skb struct
pointer as a hash data.

Where can I find adequate functions in the kernel an can you point me
to some examples ?

BR,
Drasko
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to