Searched refs:in_kvecs (Results 1 – 2 of 2) sorted by relevance
216 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf; in add_in_kvec()217 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len; in add_in_kvec()644 WARN_ON(con->v2.in_kvecs[0].iov_len != ctrl_len); in verify_control_crc()645 WARN_ON(con->v2.in_kvecs[1].iov_len != CEPH_CRC_LEN); in verify_control_crc()1075 WARN_ON(con->v2.in_kvecs[0].iov_len != rem_len); in decrypt_control_remainder()1076 WARN_ON(con->v2.in_kvecs[1].iov_len != pt_len); in decrypt_control_remainder()1973 con->v2.in_kvecs[0].iov_base, in prepare_sparse_read_cont()1974 con->v2.in_kvecs[0].iov_len); in prepare_sparse_read_cont()2160 p = con->v2.in_kvecs[0].iov_base; in process_banner_prefix()2178 void *end = con->v2.in_kvecs[0].iov_base + con->v2.in_kvecs[0].iov_len; in process_banner_payload()[all …]
396 struct kvec in_kvecs[5]; /* recvmsg */ member