wimax_msg_alloc — Create a new skb for sending a message to userspace
struct sk_buff * wimax_msg_alloc ( | struct wimax_dev * | wimax_dev, |
const char * | pipe_name, | |
const void * | msg, | |
size_t | size, | |
gfp_t | gfp_flags) ; |
wimax_dev
WiMAX device descriptor
pipe_name
"named pipe" the message will be sent to
msg
pointer to the message data to send
size
size of the message to send (in bytes), including the header.
gfp_flags
flags for memory allocation.