Home
last modified time | relevance | path

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

/linux-4.1.27/net/wimax/
Dop-msg.c120 struct sk_buff *wimax_msg_alloc(struct wimax_dev *wimax_dev, in wimax_msg_alloc() function
173 EXPORT_SYMBOL_GPL(wimax_msg_alloc);
315 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags); in wimax_msg()
/linux-4.1.27/include/net/
Dwimax.h493 struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *, const void *,
/linux-4.1.27/drivers/net/wimax/i2400m/
Drx.c302 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL); in i2400m_rx_ctl_ack()