Lines Matching defs:msg_head
1129 void *msg_head;
1138 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0,
1141 if (!msg_head) {
1142 pr_debug("mac80211_hwsim: problem with msg_head\n");
1153 genlmsg_end(skb, msg_head);
1203 void *msg_head;
1225 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0,
1227 if (msg_head == NULL) {
1228 pr_debug("mac80211_hwsim: problem with msg_head\n");
1282 genlmsg_end(skb, msg_head);