Searched refs:dst_iov (Results 1 – 2 of 2) sorted by relevance
37 struct iovec dst_iov[MAX_TLS_PAGES + 2]; member
2847 state->dst_iov[0].iov_base = (char *)state->cbuf + in ktls_encrypt_record()2849 state->dst_iov[0].iov_len = len; in ktls_encrypt_record()2859 state->dst_iov[i].iov_base = in ktls_encrypt_record()2861 state->dst_iov[i].iov_len = len; in ktls_encrypt_record()2864 KASSERT(i + 1 <= nitems(state->dst_iov), ("dst_iov is too small")); in ktls_encrypt_record()2865 state->dst_iov[i].iov_base = m->m_epg_trail; in ktls_encrypt_record()2866 state->dst_iov[i].iov_len = m->m_epg_trllen; in ktls_encrypt_record()2868 error = ktls_ocf_encrypt(state, tls, m, state->dst_iov, i + 1); in ktls_encrypt_record()