Lines Matching defs:msg
78 * @msg: pointer to the message data to send
107 const void *msg, size_t size,
143 result = nla_put(skb, WIMAX_GNL_MSG_DATA, size, msg);
145 dev_err(dev, "no memory to add payload (msg %p size %zu) in "
146 "attribute: %d\n", msg, size, result);
164 * @msg: Pointer to a message created with wimax_msg_alloc()
169 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size)
171 struct nlmsghdr *nlh = (void *) msg->head;
189 * @msg: Pointer to a message created with wimax_msg_alloc()
191 const void *wimax_msg_data(struct sk_buff *msg)
193 struct nlmsghdr *nlh = (void *) msg->head;
210 * @msg: Pointer to a message created with wimax_msg_alloc()
212 ssize_t wimax_msg_len(struct sk_buff *msg)
214 struct nlmsghdr *nlh = (void *) msg->head;
261 void *msg = skb->data;
265 d_printf(1, dev, "CTX: wimax msg, %zu bytes\n", size);
266 d_dump(2, dev, msg, size);