Advertisement
Guest User

Untitled

a guest
May 26th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. skb = kmem_cache_alloc(skbuff_head_cache, gfp_mask & ~_ _GFP_DMA);
  2. ... ... ...
  3. size = SKB_DATA_ALIGN(size);
  4. data = kmalloc(size + sizeof(struct skb_shared_info), gfp_mask);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement