Hello, all.
I'm developing a network device driver. This device may deliver multiple
frames in single pre-allocated receive buffer. How do I construct struct
sk_buff objects for these frames, since alloc_skb allocates the object's
data by itself?
Thanks,
Aharon Abramson