Searched refs:recv_msg_array_resid (Results 1 – 3 of 3) sorted by relevance
1067 extern user_ssize_t recv_msg_array_resid(struct recv_msg_elem * __counted_by(count), u_int count);
2375 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()2429 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()3292 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() function
4269 resid = recv_msg_array_resid(msgarray, uiocnt); in soreceive_list()