Home
last modified time | relevance | path

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

/Linux-v5.10/net/wimax/
Dop-msg.c105 struct sk_buff *wimax_msg_alloc(struct wimax_dev *wimax_dev, in wimax_msg_alloc() function
158 EXPORT_SYMBOL_GPL(wimax_msg_alloc);
300 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags); in wimax_msg()
/Linux-v5.10/include/net/
Dwimax.h478 struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *, const void *,
/Linux-v5.10/drivers/net/wimax/i2400m/
Drx.c302 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL); in i2400m_rx_ctl_ack()