Searched refs:hmdfs_msg (Results 1 – 1 of 1) sorted by relevance
99 struct msghdr hmdfs_msg; in tcp_read_head_from_socket() local104 memset(&hmdfs_msg, 0, sizeof(hmdfs_msg)); in tcp_read_head_from_socket()105 hmdfs_msg.msg_flags = MSG_WAITALL; in tcp_read_head_from_socket()106 hmdfs_msg.msg_control = NULL; in tcp_read_head_from_socket()107 hmdfs_msg.msg_controllen = 0; in tcp_read_head_from_socket()108 rc = recvmsg_nofs(sock, &hmdfs_msg, &iov, 1, to_read, in tcp_read_head_from_socket()109 hmdfs_msg.msg_flags); in tcp_read_head_from_socket()129 struct msghdr hmdfs_msg; in tcp_read_buffer_from_socket() local135 memset(&hmdfs_msg, 0, sizeof(hmdfs_msg)); in tcp_read_buffer_from_socket()136 hmdfs_msg.msg_flags = MSG_WAITALL; in tcp_read_buffer_from_socket()[all …]