Lines Matching refs:wimax_msg_alloc
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,
158 EXPORT_SYMBOL_GPL(wimax_msg_alloc);
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() and filled up.
300 skb = wimax_msg_alloc(wimax_dev, pipe_name, buf, size, gfp_flags);