Searched refs:in_kvecs (Results 1 – 2 of 2) sorted by relevance
214 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf; in add_in_kvec()215 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len; in add_in_kvec()632 WARN_ON(con->v2.in_kvecs[0].iov_len != ctrl_len); in verify_control_crc()633 WARN_ON(con->v2.in_kvecs[1].iov_len != CEPH_CRC_LEN); in verify_control_crc()635 crc = crc32c(-1, con->v2.in_kvecs[0].iov_base, ctrl_len); in verify_control_crc()1024 WARN_ON(con->v2.in_kvecs[0].iov_len != rem_len); in decrypt_control_remainder()1025 WARN_ON(con->v2.in_kvecs[1].iov_len != pt_len); in decrypt_control_remainder()1815 p = con->v2.in_kvecs[0].iov_base; in process_banner_prefix()1833 void *end = con->v2.in_kvecs[0].iov_base + con->v2.in_kvecs[0].iov_len; in process_banner_payload()1840 p = con->v2.in_kvecs[0].iov_base; in process_banner_payload()[all …]
360 struct kvec in_kvecs[5]; /* recvmsg */ member
Completed in 11 milliseconds