Lines Matching defs:hs_head
350 struct connection_msg_head *hs_head = NULL;
369 hs_head = kzalloc(send_len, GFP_KERNEL);
370 if (!hs_head)
374 *)((uint8_t *)hs_head +
387 hs_head->magic = HMDFS_MSG_MAGIC;
388 hs_head->version = HMDFS_VERSION;
389 hs_head->flags |= 0x1;
392 hs_head->operations = ops;
393 hs_head->request_id = request_id;
394 hs_head->datasize = cpu_to_le32(send_len);
395 hs_head->source = 0;
396 hs_head->msg_id = 0;
398 msg.head = hs_head;
405 kfree(hs_head);