Can anyone plz explain me the fields
Tarun Batra
tbatra18 at gmail.com
Thu Apr 4 08:08:43 EDT 2013
Can anyone plz explain me the fields
skb = kmem_cache_alloc(skbuff_head_cache, gfp_mask & ~_ _GFP_DMA);
... ... ...
size = SKB_DATA_ALIGN(size);
data = kmalloc(size + sizeof(struct skb_shared_info), gfp_mask);
It is the simplified version of skb_alloc().
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130404/2885e3a6/attachment.html
More information about the Kernelnewbies
mailing list