Home
last modified time | relevance | path

Searched refs:wimax_msg_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/wimax/
Dop-msg.c119 struct sk_buff *wimax_msg_alloc(struct wimax_dev *wimax_dev, in wimax_msg_alloc() function
172 EXPORT_SYMBOL_GPL(wimax_msg_alloc);
314 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags); in wimax_msg()
/linux-2.6.39/include/net/
Dwimax.h495 extern struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *,
/linux-2.6.39/drivers/net/wimax/i2400m/
Drx.c300 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL); in i2400m_rx_ctl_ack()