Searched refs:in_kvecs (Results 1 – 2 of 2) sorted by relevance
212 BUG_ON(con->v2.in_kvec_cnt >= ARRAY_SIZE(con->v2.in_kvecs)); in add_in_kvec()215 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf; in add_in_kvec()216 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len; in add_in_kvec()228 iov_iter_kvec(&con->v2.in_iter, READ, con->v2.in_kvecs, 0, 0); in reset_in_kvecs()633 WARN_ON(con->v2.in_kvecs[0].iov_len != ctrl_len); in verify_control_crc()634 WARN_ON(con->v2.in_kvecs[1].iov_len != CEPH_CRC_LEN); in verify_control_crc()636 crc = crc32c(-1, con->v2.in_kvecs[0].iov_base, ctrl_len); in verify_control_crc()637 expected_crc = get_unaligned_le32(con->v2.in_kvecs[1].iov_base); in verify_control_crc()1025 WARN_ON(con->v2.in_kvecs[0].iov_len != rem_len); in decrypt_control_remainder()1026 WARN_ON(con->v2.in_kvecs[1].iov_len != pt_len); in decrypt_control_remainder()[all …]
360 struct kvec in_kvecs[5]; /* recvmsg */ member