Searched refs:hs_head (Results 1 – 1 of 1) sorted by relevance
350 struct connection_msg_head *hs_head = NULL; in do_send_handshake() local369 hs_head = kzalloc(send_len, GFP_KERNEL); in do_send_handshake()370 if (!hs_head) in do_send_handshake()374 *)((uint8_t *)hs_head + in do_send_handshake()387 hs_head->magic = HMDFS_MSG_MAGIC; in do_send_handshake()388 hs_head->version = HMDFS_VERSION; in do_send_handshake()389 hs_head->flags |= 0x1; in do_send_handshake()392 hs_head->operations = ops; in do_send_handshake()393 hs_head->request_id = request_id; in do_send_handshake()394 hs_head->datasize = cpu_to_le32(send_len); in do_send_handshake()[all …]