CPC_CAN_MSG_MIN_SIZE
if (len < CPC_CAN_MSG_MIN_SIZE)
return len >= CPC_CAN_MSG_MIN_SIZE + can_len;
msg->length = CPC_CAN_MSG_MIN_SIZE;
msg->length = CPC_CAN_MSG_MIN_SIZE + cf->len;