OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skb_reserve
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
RxBuf.c
63
skb_reserve
(skb, RX_HEAD_LEN_ALIGNED + WSPI_PAD_BYTES);
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h
123
#define WbufReserve(hOs, pWbuf,len) (
skb_reserve
((struct sk_buff *)pWbuf,(int)len) )
/external/kernel-headers/original/linux/
skbuff.h
945
*
skb_reserve
- adjust headroom
952
static inline void
skb_reserve
(struct sk_buff *skb, int len)
function
969
*
skb_reserve
(NET_IP_ALIGN);
1106
skb_reserve
(skb, NET_SKB_PAD);
[
all
...]
/external/grub/netboot/
tlan.c
[
all
...]
Completed in 145 milliseconds