1. NAME

wimax_msg_data_len - Return a pointer and size of a messageAqs payload

2. SYNOPSIS

const void * wimax_msg_data_len(struct sk_buff *  msg , size_t *  size );

3. ARGUMENTS

msg
    Pointer to a message created with wimax_msg_alloc

size
    Pointer to where to store the messageAqs size

4. DESCRIPTION

Returns the pointer to the message data.

5. COPYRIGHT