MPA_CRC_SIZE
len_terminate = sizeof(*term) + iov[1].iov_len + MPA_CRC_SIZE;
len_terminate = sizeof(*term) + MPA_CRC_SIZE;
cpu_to_be16(len_terminate - (MPA_HDR_SIZE + MPA_CRC_SIZE));
+ MPA_CRC_SIZE;
if (to_copy + MPA_CRC_SIZE > srx->skb_new)
c_tx->ctrl_len += MPA_CRC_SIZE;
c_tx->ctrl_len += MPA_CRC_SIZE;
#define MAX_TRAILER (MPA_CRC_SIZE + 4)
if (data_len + c_tx->ctrl_len + MPA_CRC_SIZE > c_tx->tcp_seglen) {
data_len = c_tx->tcp_seglen - (c_tx->ctrl_len + MPA_CRC_SIZE);