wimax_msg_data_len (9) Linux Manual Page
wimax_msg_data_len – Return a pointer and size of a message’s payload
Synopsis
const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size);
Arguments
msg
-
- Pointer to a message created with wimax_msg_alloc
size
- Pointer to where to store the message’s size
Description
Returns the pointer to the message data.
