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_devWiMAX device descriptor
pipe_name"named pipe" the message will be sent to
msgpointer to the message data to send
sizesize of the message to send (in bytes), including the header.
gfp_flagsflags for memory allocation.