HomeSort by relevance Sort by last modified time
    Searched refs:alloc_skb (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
skbuff.h 313 /* These elements must be at the end, see alloc_skb() for details. */
334 static inline struct sk_buff *alloc_skb(unsigned int size, function
1092 * @gfp_mask: get_free_pages mask, passed to alloc_skb
1104 struct sk_buff *skb = alloc_skb(length + NET_SKB_PAD, gfp_mask);
    [all...]
  /external/iputils/Modules/
pg3.c 247 skb = alloc_skb(pkt_size+64+16, GFP_ATOMIC);

Completed in 454 milliseconds