OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_skb
(Results
1 - 3
of
3
) 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
...]
atmdev.h
423
* This is approximately the algorithm used by
alloc_skb
.
/external/iputils/Modules/
pg3.c
247
skb =
alloc_skb
(pkt_size+64+16, GFP_ATOMIC);
Completed in 218 milliseconds