OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_skb
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h
112
WBUF *pWbuf =
alloc_skb
(len + WSPI_PAD_BYTES, flags);
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c
56
skb =
alloc_skb
(alloc_len, flags);
/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
.
Completed in 227 milliseconds