Searched refs:wimax_msg_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/wimax/ |
D | op-msg.c | 120 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.4.14/include/net/ |
D | wimax.h | 493 struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *, const void *,
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | rx.c | 302 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL); in i2400m_rx_ctl_ack()
|