Searched refs:wimax_msg_alloc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/wimax/ |
H A D | op-msg.c | 45 * that of its creation, wimax_msg_alloc() can be used to get a 56 * wimax_msg_alloc() 74 * wimax_msg_alloc - Create a new skb for sending a message to userspace 105 struct sk_buff *wimax_msg_alloc(struct wimax_dev *wimax_dev, in wimax_msg_alloc() function 158 EXPORT_SYMBOL_GPL(wimax_msg_alloc); variable 164 * @msg: Pointer to a message created with wimax_msg_alloc() 189 * @msg: Pointer to a message created with wimax_msg_alloc() 210 * @msg: Pointer to a message created with wimax_msg_alloc() 233 * @skb: &struct sk_buff returned by wimax_msg_alloc(). Note the 241 * wimax_msg_alloc() an [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | wimax.h | 464 * skb = wimax_msg_alloc(wimax_dev, pipe_name, buf_size, GFP_KERNEL); 478 struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *, const void *,
|
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | rx.c | 302 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL); in i2400m_rx_ctl_ack()
|
Completed in 4 milliseconds